Add `typing_objects.is_noextraitems()` (#47)

4 files changed
tree: 86550d6deeb4c62251982634f73be1c3adb5ce53
  1. .github/
  2. docs/
  3. src/
  4. tests/
  5. .gitignore
  6. .pre-commit-config.yaml
  7. build-docs.sh
  8. HISTORY.md
  9. LICENSE
  10. Makefile
  11. mkdocs.yml
  12. pyproject.toml
  13. README.md
  14. 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.