twisted.persisted.crefutil._Tuple(_Container)
class documentationtwisted.persisted.crefutil
View Source
(View In Hierarchy)
Manage tuple containing circular references. Deprecated: use
_Container
instead.
Method | __init__ |
Inherited from _Container:
Method | __setitem__ | Change the value of one contained objects, and resolve references if all objects have been referenced. |
Inherited from NotKnown (via _Container):
Method | addDependant | Undocumented |
Method | resolveDependants | Undocumented |
Method | __hash__ | Undocumented |
Parameters | l | The list of object which may contain some not yet referenced objects. |