lineno For syntax errors - the line number where the error occurred.
kind Describes how argument values are bound to the parameter. Possible values (accessible via Parameter, like
warnings.filterwarnings(action, message='', category=Warning, module='', lineno=0, append=False) Insert an entry into the list
inspect.isdatadescriptor(object) Return true if the object is a data descriptor. Data descriptors
inspect.getmro(cls) Return a tuple of class cls’s base classes, including cls, in method resolution order. No class appears
site.main() Adds all the standard site-specific directories to the module search path. This function is called automatically
callback(callback, *args, **kwds) Accepts an arbitrary callback function and arguments and adds it to the callback stack.
traceback.format_exc(limit=None, chain=True) This is like print_exc(limit) but returns a string instead of printing
traceback.print_stack(f=None, limit=None, file=None) Print up to limit stack trace entries (starting from the invocation
sys.last_type sys.last_value sys.last_traceback These three variables
Page 7 of 26