dadadel / pyment

Format and convert Python docstrings and generates patches
GNU General Public License v3.0
905 stars 62 forks source link

Not working on async functions #88

Closed marcodelmoral closed 3 years ago

marcodelmoral commented 4 years ago

Only works with regular functions, not async declared functions.

dadadel commented 3 years ago

@marcojulioarg now async functions are taken into account (currently in master).