typing-inspection

Runtime typing introspection tools

8 个版本 Python >=3.9
安装
pip install typing-inspection
poetry add typing-inspection
pipenv install typing-inspection
conda install typing-inspection
描述

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.