class documentation

class _Container(NotKnown): (source)

Known subclasses: twisted.persisted.crefutil._Tuple

View In Hierarchy

Helper class to resolve circular references on container objects.

Method __init__
Instance Variable containerType Undocumented
Instance Variable l Undocumented
Instance Variable locs Undocumented
Method __setitem__ Change the value of one contained objects, and resolve references if all objects have been referenced.

Inherited from NotKnown:

Instance Variable dependants Undocumented
Instance Variable resolved Undocumented
Method addDependant Undocumented
Instance Variable resolvedObject 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).
containerType = (source)

Undocumented

Undocumented

locs = (source)

Undocumented

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 21.2.0 at 2021-02-28 21:00:42.