Changelog
MANIFEST.in
README
setup.cfg
setup.py
doc/FAQ
doc/basic-tutorial.txt
lib2to3/Grammar.txt
lib2to3/PatternGrammar.txt
lib2to3/__init__.py
lib2to3/patcomp.py
lib2to3/pygram.py
lib2to3/pytree.py
lib2to3/pgen2/__init__.py
lib2to3/pgen2/conv.py
lib2to3/pgen2/driver.py
lib2to3/pgen2/grammar.py
lib2to3/pgen2/literals.py
lib2to3/pgen2/parse.py
lib2to3/pgen2/pgen.py
lib2to3/pgen2/token.py
lib2to3/pgen2/tokenize.py
pythoscope/__init__.py
pythoscope/_util.c
pythoscope/astbuilder.py
pythoscope/astvisitor.py
pythoscope/code_trees_manager.py
pythoscope/compat.py
pythoscope/localizable.py
pythoscope/logger.py
pythoscope/serializer.py
pythoscope/store.py
pythoscope/tracer.py
pythoscope/util.py
pythoscope.egg-info/PKG-INFO
pythoscope.egg-info/SOURCES.txt
pythoscope.egg-info/dependency_links.txt
pythoscope.egg-info/entry_points.txt
pythoscope.egg-info/top_level.txt
pythoscope/generator/__init__.py
pythoscope/generator/adder.py
pythoscope/generator/code_string.py
pythoscope/generator/selector.py
pythoscope/inspector/__init__.py
pythoscope/inspector/dynamic.py
pythoscope/inspector/static.py
scripts/pythoscope
test/__init__.py
test/assertions.py
test/factories.py
test/helper.py
test/test_acceptance.py
test/test_astbuilder.py
test/test_astvisitor.py
test/test_code_trees_manager.py
test/test_documentation.py
test/test_dynamic_inspector.py
test/test_generator.py
test/test_generator_adder.py
test/test_inspector.py
test/test_logger.py
test/test_project.py
test/test_static_inspector.py
test/test_store.py
test/data/appending_test_cases_added_method_output_expected.py
test/data/appending_test_cases_module_added_method.py
test/data/appending_test_cases_module_initial.py
test/data/appending_test_cases_module_modified.py
test/data/appending_test_cases_output_expected.py
test/data/appending_test_cases_output_initial.py
test/data/objects_identity_module.py
test/data/objects_identity_output.py
test/data/objects_identity_poe.py
test/data/static_analysis_module.py
test/data/static_analysis_output.py