.gitignore
.travis.yml
LICENSE
README.md
mkdocs.yml
noxfile-requirements.txt
noxfile.py
pyproject.toml
setup.cfg
setup.py
.github/workflows/base.yml
ci_tools/.pylintrc
ci_tools/check_python_version.py
ci_tools/flake8-requirements.txt
ci_tools/github_release.py
ci_tools/nox_utils.py
docs/changelog.md
docs/disambiguation.md
docs/index.md
docs/long_description.md
docs/motivation.md
docs/pep_proposal.md
docs/usage_details.md
src/decopatch/__init__.py
src/decopatch/_version.py
src/decopatch/main.py
src/decopatch/main.pyi
src/decopatch/py.typed
src/decopatch/utils_calls.py
src/decopatch/utils_disambiguation.py
src/decopatch/utils_modes.py
src/decopatch.egg-info/PKG-INFO
src/decopatch.egg-info/SOURCES.txt
src/decopatch.egg-info/dependency_links.txt
src/decopatch.egg-info/not-zip-safe
src/decopatch.egg-info/requires.txt
src/decopatch.egg-info/top_level.txt
tests/__init__.py
tests/_test_doc_py3.py
tests/_test_issues_py3.py
tests/test_doc.py
tests/test_doc_advanced.py
tests/test_doc_disambiguation.py
tests/test_introspection.py
tests/test_introspection_base.py
tests/test_issues.py
tests/test_main2.py
tests/test_main2_parametrizers.py
tests/test_so.py
tests/test_typing.py