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