module documentation
AOT: Abstract Object Trees The source-code-marshallin'est abstract-object-serializin'est persister this side of Marmalade!
| Class | |
No class docstring; 0/3 instance variable, 2/4 methods documented |
| Class | |
I handle the unjellying of an Abstract Object Tree. See AOTUnjellier.unjellyAO |
| Class | |
Undocumented |
| Class | |
Undocumented |
| Class | |
Undocumented |
| Class | |
Undocumented |
| Class | |
Undocumented |
| Class | |
Undocumented |
| Class | |
Undocumented |
| Class | |
Undocumented |
| Class | |
Undocumented |
| Exception | |
A dictionary was not formattable. |
| Function | dict |
Undocumented |
| Function | get |
Pass me an AO, I'll return a nicely-formatted source representation. |
| Function | indentify |
Undocumented |
| Function | jelly |
Convert an object to an Abstract Object Tree. |
| Function | jelly |
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. |
| Function | prettify |
Undocumented |
| Function | unjelly |
Pass me an Abstract Object Tree, and I'll unjelly it for you. |
| Function | unjelly |
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!... |
| Variable | |
Undocumented |
| Variable | r |
Undocumented |
| Class | _ |
Undocumented |
| Function | _class |
Get the associated class of the given method object. |
| Function | _func |
Get the associated function of the given method object. |
| Function | _self |
Get the object that a bound method is bound to. |
| Constant | _SIMPLE |
Undocumented |
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.
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!
Get the associated class of the given method object.
| Parameters | |
methodtypes.MethodType | a bound method |
| Returns | |
type | a class |
Get the associated function of the given method object.
| Parameters | |
methodtypes.MethodType | a bound method |
| Returns | |
types.FunctionType | the function implementing methodObject |