class documentation

class ReprableComponentized(Componentized): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented

Inherited from Componentized:

Method __conform__ Undocumented
Method add​Adapter Utility method that calls addComponent. I take an adapter class and instantiate it with myself as the first argument.
Method add​Component Add a component to me, for all appropriate interfaces.
Method get​Component Create or retrieve an adapter for the given interface.
Method locate​Adapter​Class Undocumented
Method remove​Component Remove the given component from me entirely, for all interfaces for which it has been registered.
Method set​Adapter Cache a provider for the given interface, by adapting self using the given adapter class.
Method set​Component Cache a provider of the given interface.
Method unset​Component Remove my component specified by the given interface class.
Class Variable persistence​Version Undocumented
Instance Variable _adapter​Cache Undocumented
def __init__(self): (source)
def __repr__(self): (source)

Undocumented

Returns
strUndocumented