Class | AOTJellier |
No class docstring; 0/3 instance variable, 2/4 methods documented |
Class | AOTUnjellier |
I handle the unjellying of an Abstract Object Tree. See AOTUnjellier.unjellyAO |
Class | Class |
Undocumented |
Class | Copyreg |
Undocumented |
Class | Deref |
Undocumented |
Class | Function |
Undocumented |
Class | Instance |
Undocumented |
Class | InstanceMethod |
Undocumented |
Class | Module |
Undocumented |
Class | Named |
Undocumented |
Class | NonFormattableDict |
A dictionary was not formattable. |
Class | Ref |
Undocumented |
Function | dictToKW |
Undocumented |
Function | getSource |
Pass me an AO, I'll return a nicely-formatted source representation. |
Function | indentify |
Undocumented |
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. |
Function | prettify |
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! |
Variable | NoStateObj |
Undocumented |
Variable | r |
Undocumented |
Class | _NoStateObj |
Undocumented |
Function | _classOfMethod |
Get the associated class of the given method object. |
Function | _funcOfMethod |
Get the associated function of the given method object. |
Function | _selfOfMethod |
Get the object that a bound method is bound to. |
Constant | _SIMPLE_BUILTINS |
Undocumented |
Parameters | |
methodObject:types.MethodType | a bound method |
Returns | |
type | a class |
Parameters | |
methodObject:types.MethodType | a bound method |
Returns | |
types.FunctionType | the function implementing methodObject |
Parameters | |
methodObject:types.MethodType | a bound method |
Returns | |
object | the self passed to methodObject |