[ trixie ]
[ sid ]
[ 原始碼: python-async-property ]
套件:python3-async-property(0.2.2-2)
python3-async-property 的相關連結
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 (Python3 version)
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 Python 3 version of the library.
其他與 python3-async-property 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- sug: python-async-property-doc
- decorator for async properties (Documentation)