Fake traceback object which can be passed to functions in the standard library traceback module.

Method __init__ No summary
def __init__(self, frames): (source)

Construct a fake traceback object using a list of frames. Note that although frames generally include locals and globals, this information is not kept by this object, since locals and globals are not used in standard tracebacks.

Parametersframes[(methodname, filename, lineno, locals, globals), ...]
API Documentation for Twisted, generated by pydoctor at 2017-06-11 10:59:01.