class documentation

class Bakery: (source)

View In Hierarchy

Callable which returns a :class:`.BakedQuery`. This object is returned by the class method :meth:`.BakedQuery.bakery`. It exists as an object so that the "cache" can be easily inspected. .. versionadded:: 1.2

Method __call__ Undocumented
Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable cache Undocumented
Instance Variable cls Undocumented
def __call__(self, initial_fn, *args): (source)

Undocumented

def __init__(self, cls_, cache): (source)

Undocumented

__slots__: tuple[str, ...] = (source)

Undocumented

Undocumented

Undocumented