Sort `__all__`, ignore uncovered path, add reference to `ClassVar` discussion (#20)

1 file changed
tree: dcce48b58fe6c65bbd66328201943e6587228d01
  1. .github/
  2. docs/
  3. src/
  4. tests/
  5. .gitignore
  6. .pre-commit-config.yaml
  7. HISTORY.md
  8. LICENSE
  9. Makefile
  10. mkdocs.yml
  11. pyproject.toml
  12. README.md
  13. uv.lock
README.md

typing-inspection

CI Coverage PyPI Versions License Ruff

typing-inspection provides tools to inspect type annotations at runtime.

Installation

From PyPI:

pip install typing-inspection

The library can be imported from the typing_inspection module.