HISTORY.rst
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
versioneer.py
pyccolo/__init__.py
pyccolo/_version.py
pyccolo/ast_rewriter.py
pyccolo/emit_event.py
pyccolo/expr_rewriter.py
pyccolo/extra_builtins.py
pyccolo/import_hooks.py
pyccolo/stmt_inserter.py
pyccolo/stmt_mapper.py
pyccolo/syntax_augmentation.py
pyccolo/trace_events.py
pyccolo/trace_stack.py
pyccolo/tracer.py
pyccolo/utils.py
pyccolo/version.py
pyccolo.egg-info/PKG-INFO
pyccolo.egg-info/SOURCES.txt
pyccolo.egg-info/dependency_links.txt
pyccolo.egg-info/not-zip-safe
pyccolo.egg-info/requires.txt
pyccolo.egg-info/top_level.txt
pyccolo/_fast/__init__.py
pyccolo/_fast/fast_ast.py
pyccolo/_fast/misc_ast_utils.py
pyccolo/fast/__init__.py
test/test_basic_handlers.py
test/test_import_hooks.py
test/test_instrumented_functions.py
test/test_no_prints.py
test/test_stack.py
test/test_syntax_augmentation.py
test/test_trace_events.py