a_sync.async_property package
Submodules
a_sync.async_property.cached module
- class a_sync.async_property.cached.AsyncCachedPropertyDescriptor
Bases:
object
- _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
- a_sync.async_property.cached.async_cached_property(func, *args, **kwargs) 'AsyncCachedPropertyDescriptor'
- Return type: