class documentation

class _Tuple(_Container): (source)

Constructor: _Tuple(l)

View In Hierarchy

Manage tuple containing circular references. Deprecated: use _Container instead.

Method __init__ No summary

Inherited from _Container:

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 (via _Container):

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): (source)
Parameters
lThe list of object which may contain some not yet referenced objects.