class documentation

Classes are created dynamically with `type` such that they can inherith from customizable mixin classes.

Method __init__ Undocumented
Method add_mixin Add a mixin class to the specified object in the factory.
Instance Variable model Undocumented
Property Attribute Undocumented
Property Class Undocumented
Property Function Undocumented
Property Module Undocumented
Property Package Undocumented

Inherited from GenericFactory:

Method add_mixins Add mixin classes to objects in the factory. Example:
Method get_class Undocumented
Instance Variable bases Undocumented
Instance Variable mixins Undocumented
Instance Variable _class_cache Undocumented
def __init__(self): (source)
def add_mixin(self, for_class: str, mixin: type[Any]): (source)

Add a mixin class to the specified object in the factory.

Undocumented