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 definitions #11

Closed SKalt closed 6 years ago

SKalt commented 6 years ago

As of python 3.5, the language includes the syntax async def (source). This is (1) awesome and (2) not yet supported by docblock-python.

spadarian commented 6 years ago

12 Fixed this issue