vitsalis / PyCG

Static Python call graph generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

async methods of a class are ignored

iva2k opened this issue · comments

pycg traverses all methods of class except async def method(...):

Thanks for the issue! I have added a fix for that on the develop branch.

Thanks! That was quick.