traceback.format_stack(f=None, limit=None) A shorthand for format_list(extract_stack(f, limit)).
gc.isenabled() Returns true if automatic collection is enabled.
sys.platform This string contains a platform identifier that can be used to append platform-specific components to sys
sysconfig.get_path_names() Return a tuple containing all path names currently supported in sysconfig.
close() Immediately unwinds the callback stack, invoking callbacks in the reverse order of registration. For any context managers
traceback.print_last(limit=None, file=None, chain=True) This is a shorthand for print_exception(sys.last_type, sys.last_value
replace(*[, parameters][, return_annotation]) Create a new Signature instance based on the instance replace was invoked on.
class contextlib.ContextDecorator A base class that enables a context manager to also be used as a decorator.
sys.winver The version number used to form registry keys on Windows platforms. This is stored as string resource 1000 in the
sys._xoptions A dictionary of the various implementation-specific flags passed through the -X command-line option
Page 17 of 26