dropbox / pyannotate

Auto-generate PEP-484 annotations
Apache License 2.0
1.42k stars 59 forks source link

Is Async supported? #58

Open FreCap opened 6 years ago

FreCap commented 6 years ago

When I ran the script on my codebase, I noticed that none of my async functions were classified.

Are they supposed to be supported, or you have the support of them in your timeline by change?

Thank you #

gvanrossum commented 6 years ago

Hm, you're right these don't currently work. I think we'll have to solve at least #56 before this can work. If you want to help out, a PR for this should not be difficult!