- libjs-sphinxdoc (>= 7.3)
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.
Installed Size: 131.1 kB
Architectures: all