mypy-extensions

Type system extensions for programs checked with the mypy type checker.

10 个版本 Python >=3.8
安装
pip install mypy-extensions
poetry add mypy-extensions
pipenv install mypy-extensions
conda install mypy-extensions
描述

Mypy Extensions

The mypy_extensions module defines extensions to the Python standard library typing module that are supported by the mypy type checker and the mypyc compiler.