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