Mryanhehe
Results
1
issues of
Mryanhehe
I do a Test and find pycg will generate uncomplete call graph. . First , the code of /test1/__init__.py is as following: ``` class People(): def __init__(self) -> None: pass...