beartype:纯Python中难以置信的快速O(1)运行时类型检查 源码
Look for the bare necessities, the simple bare necessities. Forget about your worries and your strife. — . Beartype是一种开源的,纯Python着重于效率,可移植性和令人兴奋的双关语。 # Install beartype. $ pip3 install beartype # Use beartype. $ python3 # Import the @beartype decorator. >> > from beartype import beartype # Decorate callables annotated by PEP-compliant type hints with @beartype. >> > @
文件列表
beartype:纯Python中难以置信的快速O(1)运行时类型检查
(预估有个209文件)
MANIFEST.in
2KB
.mypy.ini
1KB
profile.bash
15KB
pytest.ini
8KB
tox.ini
9KB
_data_hintpep585.py
37KB
data_hintpep484.py
68KB
LICENSE
1KB
_pephint.py
196KB
codemain.py
53KB
暂无评论