Mryanhehe

Results 1 issues of Mryanhehe

I do a Test and find pycg will generate uncomplete call graph. ![微信截图_20220105162917](https://user-images.githubusercontent.com/47975600/148185560-41685da0-8c6d-49eb-90eb-b4bbdb8bea27.png). First , the code of /test1/__init__.py is as following: ``` class People(): def __init__(self) -> None: pass...