Part of twisted.persisted View Source
| Class | Named | Undocumented |
| Class | Class | Undocumented |
| Class | Function | Undocumented |
| Class | Module | Undocumented |
| Class | InstanceMethod | Undocumented |
| Class | Instance | Undocumented |
| Class | Ref | Undocumented |
| Class | Deref | Undocumented |
| Class | Copyreg | Undocumented |
| Function | getSource | Pass me an AO, I'll return a nicely-formatted source representation. |
| Class | NonFormattableDict | A dictionary was not formattable. |
| Function | dictToKW | Undocumented |
| Function | prettify | Undocumented |
| Function | indentify | Undocumented |
| Function | unjellyFromAOT | Pass me an Abstract Object Tree, and I'll unjelly it for you. |
| Function | unjellyFromSource | Pass me a string of code or a filename that defines an 'app' variable (in terms of Abstract Objects!), and I'll execute it and unjelly the resulting AOT for you, returning a newly unpersisted Application object! |
| Class | AOTUnjellier | I handle the unjellying of an Abstract Object Tree. See AOTUnjellier.unjellyAO |
| Function | jellyToAOT | Convert an object to an Abstract Object Tree. |
| Function | jellyToSource | Pass me an object and, optionally, a file object. I'll convert the object to an AOT either return it (if no file was specified) or write it to the file. |
| Class | AOTJellier | No class docstring; 2/4 methods documented |
| Class | _NoStateObj | Undocumented |