Undocumented
Variable | ArgSpec |
Undocumented |
Variable | jython |
Undocumented |
Variable | py27 |
Undocumented |
Variable | py2k |
Undocumented |
Variable | py3k |
Undocumented |
Variable | pypy |
Undocumented |
Variable | string_types |
Undocumented |
Variable | win32 |
Undocumented |
Function | arg_stringname |
Gets the string name of a kwarg or vararg In Python3.4 a function's args are of _ast.arg type not _ast.name |
Function | b |
Undocumented |
Function | exception_as |
Undocumented |
Function | exception_name |
Undocumented |
Function | inspect_getargspec |
getargspec based on fully vendored getfullargspec from Python 3.3. |
Function | load_module |
Undocumented |
Function | octal |
Undocumented |
Function | reraise |
Undocumented |
Function | u |
Undocumented |
Function | with_metaclass |
Create a base class with a metaclass. |