a_sync.async_property package

Submodules

a_sync.async_property.cached module

class a_sync.async_property.cached.AsyncCachedPropertyDescriptor

Bases: object

__init__(self, _fget, _fset=None, _fdel=None, field_name=None) None
Return type:

None

_check_method_name(self, method, method_type)
_check_method_sync(self, method, method_type)
del_cache_value(self, instance)
deleter(self, method)
get_cache(self, instance)
get_cache_value(self, instance)
get_instance_state(self, instance)
get_loader(self, instance)
get_lock(self, instance)
has_cache_value(self, instance)
set_cache_value(self, instance, value)
setter(self, method)
_load_value = None
class a_sync.async_property.cached.AsyncCachedPropertyInstanceState

Bases: object

cache
locks
a_sync.async_property.cached.async_cached_property(func, *args, **kwargs) 'AsyncCachedPropertyDescriptor'
Return type:

AsyncCachedPropertyDescriptor

a_sync.async_property.proxy module

class a_sync.async_property.proxy.AwaitableOnly

Bases: object

This wraps a coroutine will call it on await.

class a_sync.async_property.proxy._ObjectProxyMetaType

Bases: type

__call__(*args, **kwargs)

Call self as a function.

__init__(*args, **kwargs)
mro()

Return a type’s method resolution order.

Module contents