t.p.aot : module documentation

Part of twisted.persisted View Source

AOT: Abstract Object Trees The source-code-marshallin'est abstract-object-serializin'est persister this side of Marmalade!
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
def getSource(ao): (source)
Pass me an AO, I'll return a nicely-formatted source representation.
def dictToKW(d): (source)
Undocumented
def prettify(obj): (source)
Undocumented
def indentify(s): (source)
Undocumented
def unjellyFromAOT(aot): (source)
Pass me an Abstract Object Tree, and I'll unjelly it for you.
def unjellyFromSource(stringOrFile): (source)
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!
def jellyToAOT(obj): (source)
Convert an object to an Abstract Object Tree.
def jellyToSource(obj, file=None): (source)
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.
API Documentation for Twisted, generated by pydoctor at 2012-12-26 12:18:15.