class documentation

class Bakery(object):

View In Hierarchy

Callable which returns a .BakedQuery.

This object is returned by the class method .BakedQuery.bakery. It exists as an object so that the "cache" can be easily inspected.

New in version 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):

Undocumented

def __init__(self, cls_, cache):

Undocumented

__slots__: tuple[str, ...] =

Undocumented

cache =

Undocumented

cls =

Undocumented