class documentation

Helper class to resolve circular references on container objects.

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

Inherited from NotKnown:

Method __hash__ Undocumented
Method addDependant Undocumented
Method resolveDependants Undocumented
Instance Variable dependants Undocumented
Instance Variable resolved Undocumented
Instance Variable resolvedObject Undocumented
def __init__(self, l, containerType): (source)
Parameters
lThe 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.

containerType = (source)

Undocumented

Undocumented

Undocumented