class _Container(NotKnown): (source)
Known subclasses: twisted.persisted.crefutil._Tuple
Method | __init__ |
|
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 |
twisted.persisted.crefutil._Tuple
Parameters | |
l | The list of object which may contain some not yet referenced objects. |
containerType | A type of container objects (e.g., tuple or set). |