The base class for all object factories.
Bases: HasTraits
HasTraits
An object factory accepts some information about how to create an object (such as a reference) and returns an instance of that object.
Creates an object using the specified state information.
Returns None if the factory cannot create the object (ie. it does not recognise the state passed to it).
apptools.naming.naming_manager module
apptools.naming.object_serializer module