LICENSE
README.md
pyproject.toml
setup.py
version.txt
bourbaki.introspection.egg-info/PKG-INFO
bourbaki.introspection.egg-info/SOURCES.txt
bourbaki.introspection.egg-info/dependency_links.txt
bourbaki.introspection.egg-info/requires.txt
bourbaki.introspection.egg-info/top_level.txt
bourbaki/introspection/__init__.py
bourbaki/introspection/builtin_signatures.py
bourbaki/introspection/callables.py
bourbaki/introspection/classes.py
bourbaki/introspection/debug.py
bourbaki/introspection/docstrings.py
bourbaki/introspection/generic_dispatch.py
bourbaki/introspection/generic_dispatch_helpers.py
bourbaki/introspection/imports.py
bourbaki/introspection/polymorphism.py
bourbaki/introspection/prettyprint.py
bourbaki/introspection/references.py
bourbaki/introspection/simple_repr.py
bourbaki/introspection/subclassing.py
bourbaki/introspection/typechecking.py
bourbaki/introspection/utils.py
bourbaki/introspection/wrappers.py
bourbaki/introspection/object_models/__init__.py
bourbaki/introspection/object_models/scala.py
bourbaki/introspection/types/__init__.py
bourbaki/introspection/types/abcs.py
bourbaki/introspection/types/compat.py
bourbaki/introspection/types/evaluation.py
bourbaki/introspection/types/inspection.py
bourbaki/introspection/types/issubclass_generic_.py
tests/test_callables.py
tests/test_classes.py
tests/test_docstrings.py
tests/test_generic_dispatch.py
tests/test_import.py
tests/test_imports.py
tests/test_polymorphism.py
tests/test_prettyprint.py
tests/test_references.py
tests/test_simple_repr.py
tests/test_typechecking.py
tests/test_types.py
tests/test_types_namedtuples.py
tests/test_utils.py
tests/test_wrappers.py
tests/test_wrappers_object_models.py