文件名称:qcore:通用的Python实用程序功能
文件大小:78KB
文件格式:ZIP
更新时间:2024-06-04 12:39:04
Python
酷睿
qcore是Quora使用的通用实用程序函数库。 它用于抽象出其他Quora库(如常用功能。
其组件模块将在下面讨论。 有关更多详细信息,请参见代码本身中的文档字符串。
qcore.asserts
当普通的Python断言失败时,它仅表示存在故障,而不是导致断言失败的错误值。 该模块提供了丰富的断言助手,这些助手会自动产生更好的错误消息。 例如:
>> > from qcore . asserts import assert_eq
>> > assert 5 == 2 * 2
Traceback ( most recent call last ):
File "
【文件预览】:
qcore-master
----qcore()
--------testing.pyi(459B)
--------caching.pyi(3KB)
--------helpers.py(9KB)
--------__init__.pyi(708B)
--------events.py(13KB)
--------inspectable_class.py(2KB)
--------microtime.pxd(1KB)
--------disallow_inheritance.pyi(37B)
--------decorators.py(9KB)
--------enum.py(12KB)
--------inspection.pyi(1KB)
--------caching.py(13KB)
--------testing.py(4KB)
--------inspection.py(7KB)
--------errors.py(2KB)
--------asserts.py(13KB)
--------__init__.py(1KB)
--------microtime.pyi(1KB)
--------py.typed(0B)
--------events.pyi(2KB)
--------events.pxd(803B)
--------microtime.py(5KB)
--------inspectable_class.pyi(36B)
--------debug.py(4KB)
--------caching.pxd(1KB)
--------tests()
--------helpers.pxd(2KB)
--------disallow_inheritance.py(1KB)
--------asserts.pyi(4KB)
--------decorators.pxd(994B)
--------debug.pyi(1KB)
--------decorators.pyi(2KB)
--------errors.pyi(635B)
--------helpers.pyi(2KB)
--------inspection.pxd(1KB)
--------enum.pyi(2KB)
----README.rst(5KB)
----requirements.txt(117B)
----.travis.yml(2KB)
----tox.ini(256B)
----LICENSE(10KB)
----setup.py(2KB)
----travis()
--------build-wheels.sh(835B)
----.gitignore(120B)
----CHANGELOG(1KB)