t.p.c._Container(NotKnown) : class documentation

Part of twisted.persisted.crefutil View Source View In Hierarchy

Known subclasses: twisted.persisted.crefutil._Tuple

Helper class to resolve circular references on container objects.
Method __init__
Method __setitem__ Change the value of one contained objects, and resolve references if all objects have been referenced.

Inherited from NotKnown:

Method addDependant Undocumented
Method resolveDependants Undocumented
Method __hash__ Undocumented
def __init__(self, l, containerType): (source)
ParameterslThe list of object which may contain some not yet referenced objects.
containerTypeA type of container objects (e.g., tuple or set).
def __setitem__(self, n, obj): (source)
Change the value of one contained objects, and resolve references if all objects have been referenced.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:22:34.