BoundFactory
This will bind the attribute to whatever is given by
factory_class. This factory should be a callable with the
signature factory_class(added_class, attr_name, *args, **kw).
The BoundFactory class is accessible via the
sqlobject.boundattributes
module.
The factory will be reinvoked (and the attribute rebound) for
every subclassing.
Attributes
<bound class method BoundFactory.__addtoclass__>
<bound class method BoundFactory.singleton>
Methods
See
the source
for more information.