Package grassyknoll :: Package lib :: Module meta :: Class FactoryMixin
[hide private]

Class FactoryMixin

source code


a mixin providing factory, which produces Factorys

Instance Methods [hide private]

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods [hide private]
 
factory(cls, **kwargs)
return a Factory for the class, binding kwargs
source code
Properties [hide private]

Inherited from object: __class__