spadarian / docblock-python

Atom plugin to insert documentation blocks for python functions
GNU General Public License v2.0
22 stars 9 forks source link

Support async def #12

Closed SKalt closed 6 years ago

SKalt commented 6 years ago

This should address #11. That said, I expect there will need to be some changes to the docstring for async functions.

spadarian commented 6 years ago

What kind of changes to the docstring do you want?

I should spend more time reading packages' documentation! Haha.

SKalt commented 6 years ago

This PR doesn't change the docstring, it applies generate-dockblock to functions starting with async def rather than def.