twisted.persisted.aot.AOTUnjellier
class documentationtwisted.persisted.aot
View Source
(View In Hierarchy)
I handle the unjellying of an Abstract Object Tree. See AOTUnjellier.unjellyAO
Method | __init__ | Undocumented |
Method | unjellyLater | Unjelly a node, later. |
Method | unjellyInto | Utility method for unjellying one object into another. This automates the handling of backreferences. |
Method | callAfter | Undocumented |
Method | unjellyAttribute | Utility method for unjellying into instances of attributes. |
Method | unjellyAO | Unjelly an Abstract Object and everything it contains. I return the real object. |
Method | unjelly | Undocumented |
Utility method for unjellying one object into another. This automates the handling of backreferences.
Utility method for unjellying into instances of attributes.
Use this rather than unjellyAO unless you like surprising bugs! Alternatively, you can use unjellyInto on your instance's __dict__.
Unjelly an Abstract Object and everything it contains. I return the real object.