[ trixie ]
[ sid ]
[ 源代码: python-async-property ]
软件包:python-async-property-doc(0.2.2-2)
python-async-property-doc 的相关链接
Debian 的资源:
下载源码包 python-async-property:
- [python-async-property_0.2.2-2.dsc]
- [python-async-property_0.2.2.orig.tar.gz]
- [python-async-property_0.2.2-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
decorator for async properties (Documentation)
Python decorator for async properties. You can use @async_property just as you would with @property, but on an async function.
Features:
* Both regular and cached property. * Cached properties can be accessed multiple times without repeating function call. * Uses asyncio.Lock to ensure cached functions are called only once. * Full test coverage with py.test.
This package contains the documentation.
其他与 python-async-property-doc 有关的软件包
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 7.3)
- JavaScript support for Sphinx documentation