inspect.ismodule(object) Return true if the object is a module.
traceback.format_list(extracted_list) Given a list of tuples as returned by extract_tb() or extract_stack()
class traceback.TracebackException(exc_type, exc_value, exc_traceback, *, limit=None, lookup_lines=True, capture_locals=False) Capture
warnings.simplefilter(action, category=Warning, lineno=0, append=False) Insert a simple entry into the list of warnings
sys.prefix A string giving the site-specific directory prefix where the platform independent Python files are installed; by
sys.getdefaultencoding() Return the name of the current default string encoding used by the Unicode implementation.
sys.exec_prefix A string giving the site-specific directory prefix where the platform-dependent Python files are installed;
exception fpectl.FloatingPointError After turnon_sigfpe() has been executed, a floating point operation that raises
name The name of the parameter as a string. The name must be a valid Python identifier.
inspect.getsource(object) Return the text of the source code for an object. The argument may be a module, class, method, function
Page 2 of 26