class AOTUnjellier: (source)
Method | __init__ |
Undocumented |
Method | callAfter |
Undocumented |
Method | unjelly |
Undocumented |
Method | unjellyAO |
Unjelly an Abstract Object and everything it contains. I return the real object. |
Method | unjellyAttribute |
Utility method for unjellying into instances of attributes. |
Method | unjellyInto |
Utility method for unjellying one object into another. This automates the handling of backreferences. |
Method | unjellyLater |
Unjelly a node, later. |
Instance Variable | afterUnjelly |
Undocumented |
Instance Variable | references |
Undocumented |
Instance Variable | stack |
Undocumented |
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__.