README.md
setup.cfg
setup.py
benchmark/__init__.py
benchmark/args_test.py
benchmark/assignments_test.py
benchmark/base.py
benchmark/builtins_test.py
benchmark/classes_test.py
benchmark/create_pytests.py
benchmark/decorators_test.py
benchmark/dicts_test.py
benchmark/direct_calls_test.py
benchmark/dynamic_test.py
benchmark/exceptions_test.py
benchmark/functions_test.py
benchmark/generators_test.py
benchmark/imports_test.py
benchmark/kwargs_test.py
benchmark/lambdas_test.py
benchmark/lists_test.py
benchmark/mro_test.py
benchmark/returns_test.py
pycg/__init__.py
pycg/__main__.py
pycg/pycg.py
pycg.egg-info/PKG-INFO
pycg.egg-info/SOURCES.txt
pycg.egg-info/dependency_links.txt
pycg.egg-info/entry_points.txt
pycg.egg-info/top_level.txt
pycg/formats/__init__.py
pycg/formats/base.py
pycg/formats/fasten.py
pycg/formats/simple.py
pycg/machinery/__init__.py
pycg/machinery/callgraph.py
pycg/machinery/classes.py
pycg/machinery/definitions.py
pycg/machinery/imports.py
pycg/machinery/modules.py
pycg/machinery/pointers.py
pycg/machinery/scopes.py
pycg/processing/__init__.py
pycg/processing/base.py
pycg/processing/cgprocessor.py
pycg/processing/postprocessor.py
pycg/processing/preprocessor.py
pycg/utils/__init__.py
pycg/utils/common.py
pycg/utils/constants.py