Part of twisted.persisted.crefutil View Source View In Hierarchy
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. |
Inherited from NotKnown:
Method | addDependant | Undocumented |
Method | resolveDependants | Undocumented |
Method | __hash__ | Undocumented |
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 ). |