.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
COPYING
MANIFEST.in
README.rst
TODO.rst
codecov.yml
pyproject.toml
setup.py
tox.ini
.github/FUNDING.yml
.github/dependabot.yml
.github/workflows/cis.yml
.github/workflows/docs.yml
.github/workflows/frameworks.yml
.github/workflows/release.yml
doc/Makefile
doc/api.rst
doc/byteplay_codetransformer.rst
doc/cfg.rst
doc/changelog.rst
doc/conf.py
doc/index.rst
doc/make.bat
doc/requirements.txt
doc/todo.rst
doc/usage.rst
scripts/frameworks/boto3/run.sh
scripts/frameworks/boto3/setup.sh
src/bytecode/__init__.py
src/bytecode/bytecode.py
src/bytecode/cfg.py
src/bytecode/concrete.py
src/bytecode/flags.py
src/bytecode/instr.py
src/bytecode/py.typed
src/bytecode/version.py
src/bytecode.egg-info/PKG-INFO
src/bytecode.egg-info/SOURCES.txt
src/bytecode.egg-info/dependency_links.txt
src/bytecode.egg-info/requires.txt
src/bytecode.egg-info/top_level.txt
tests/__init__.py
tests/cell_free_vars_cases.py
tests/exception_handling_cases.py
tests/long_lines_example.py
tests/test_bytecode.py
tests/test_cfg.py
tests/test_code.py
tests/test_concrete.py
tests/test_flags.py
tests/test_instr.py
tests/test_misc.py
tests/util_annotation.py
tests/frameworks/function.py
tests/frameworks/module.py
tests/frameworks/sitecustomize.py