class documentation
class Factory(GenericFactory): (source)
Classes are created dynamically with `type` such that they can inherith from customizable mixin classes.
| Method | __init__ |
Undocumented |
| Method | add |
Add a mixin class to the specified object in the factory. |
| Instance Variable | model |
Undocumented |
| Property | |
Undocumented |
| Property | |
Undocumented |
| Property | |
Undocumented |
| Property | |
Undocumented |
| Property | |
Undocumented |
Inherited from GenericFactory:
| Method | add |
Add mixin classes to objects in the factory. Example: |
| Method | get |
Undocumented |
| Instance Variable | bases |
Undocumented |
| Instance Variable | mixins |
Undocumented |
| Instance Variable | _class |
Undocumented |