module documentation

Undocumented

Variable ​Arg​Spec 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.
ArgSpec =

Undocumented

jython =

Undocumented

py27 =

Undocumented

py2k =

Undocumented

py3k =

Undocumented

pypy =

Undocumented

string_types =

Undocumented

win32 =

Undocumented

def arg_stringname(func_arg):
Gets the string name of a kwarg or vararg In Python3.4 a function's args are of _ast.arg type not _ast.name
def b(s):

Undocumented

def exception_as():

Undocumented

def exception_name(exc):

Undocumented

def inspect_getargspec(func):
getargspec based on fully vendored getfullargspec from Python 3.3.
def load_module(module_id, path):

Undocumented

def octal(lit):

Undocumented

def reraise(tp, value, tb=None, cause=None):

Undocumented

def u(s):

Undocumented

def with_metaclass(meta, base=object):
Create a base class with a metaclass.