module documentation

Python introspection helpers.

Function copycode Undocumented
Function copyfunction Undocumented
Function preserveName Preserve the name of the given function on the decorated function.
def copycode(template, changes): (source)

Undocumented

def copyfunction(template, funcchanges, codechanges): (source)

Undocumented

def preserveName(f): (source)

Preserve the name of the given function on the decorated function.