文件名称:typeguard, 用于 python的运行时检查器.zip
文件大小:28KB
文件格式:ZIP
更新时间:2022-10-07 12:05:54
开源
typeguard, 用于 python的运行时检查器 这个库为用参数类型注释定义的函数提供运行时类型检查。支持 python 3.5 ( 可以在PyPI上获得旧版本的python 3 ) 中引入的typing 模块。 详情见下面。使用类型检查有三种主要方法,每种方法都有它的优缺点
【文件预览】:
typeguard-master
----.gitignore(115B)
----setup.cfg(1KB)
----typeguard()
--------__init__.py(37KB)
--------py.typed(0B)
----README.rst(2KB)
----tests()
--------conftest.py(130B)
--------test_typeguard.py(33KB)
--------test_typeguard_py36.py(3KB)
----docs()
--------make.bat(760B)
--------conf.py(739B)
--------index.rst(6KB)
--------api.rst(333B)
--------versionhistory.rst(5KB)
--------Makefile(634B)
----LICENSE(1KB)
----pyproject.toml(151B)
----setup.py(207B)
----.travis.yml(2KB)
----tox.ini(280B)
----.readthedocs.yml(111B)