Class DeferredAttribute
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Declaration
class DeferredAttribute
source linkDocumentation
Methods
▶ def __get__(self, instance, cls=None) Retrieve and caches the value from the datastore on the first lookup. Return the cached value.
Overrides
This method is overriden in:
Overrides
This method is overriden in:
Subclasses
Reexports