.gitignore
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
.github/workflows/publish.yml
.github/workflows/staticanalysis.yml
.github/workflows/tests.yml
rattr/__init__.py
rattr/__main__.py
rattr/_version.py
rattr.egg-info/PKG-INFO
rattr.egg-info/SOURCES.txt
rattr.egg-info/dependency_links.txt
rattr.egg-info/entry_points.txt
rattr.egg-info/requires.txt
rattr.egg-info/top_level.txt
rattr/analyser/__init__.py
rattr/analyser/annotations.py
rattr/analyser/base.py
rattr/analyser/cls.py
rattr/analyser/file.py
rattr/analyser/function.py
rattr/analyser/ir_dag.py
rattr/analyser/results.py
rattr/analyser/types.py
rattr/analyser/util.py
rattr/analyser/context/__init__.py
rattr/analyser/context/context.py
rattr/analyser/context/symbol.py
rattr/analyser/context/symbol_table.py
rattr/cli/__init__.py
rattr/cli/parser.py
rattr/cli/util.py
rattr/config/__init__.py
rattr/error/__init__.py
rattr/error/error.py
rattr/plugins/__init__.py
rattr/plugins/analysers/__init__.py
rattr/plugins/analysers/builtins.py
rattr/plugins/analysers/collections.py
rattr/plugins/assertors/__init__.py
rattr/plugins/assertors/import_clobbering.py
tests/__init__.py
tests/conftest.py
tests/test_analysers.py
tests/test_base.py
tests/test_bin.py
tests/test_cls.py
tests/test_error.py
tests/test_function.py
tests/test_ir_dag.py
tests/test_rattr.py
tests/test_regressions.py
tests/test_results.py
tests/test_util.py
tests/context/__init__.py
tests/context/test_context.py
tests/context/test_symbol.py
tests/context/test_symbol_table.py
tests/plugins/__init__.py
tests/plugins/analysers/__init__.py
tests/plugins/analysers/test_builtins.py
tests/plugins/analysers/test_collections.py
tests/plugins/assertors/__init__.py
tests/plugins/assertors/test_import_clobbering.py
tests/snippets/not_a_py.file
tests/snippets/rattr_full_one.py
tests/snippets/rattr_results_one.py
tests/snippets/rattr_results_two.py