exception fpectl.FloatingPointError After turnon_sigfpe() has been executed, a floating point operation that raises
sysconfig.get_paths([scheme[, vars[, expand]]]) Return a dictionary containing all installation paths corresponding to an installation
warnings.simplefilter(action, category=Warning, lineno=0, append=False) Insert a simple entry into the list of warnings
inspect.ismodule(object) Return true if the object is a module.
atexit.register(func, *args, **kargs) Register func as a function to be executed at termination. Any optional arguments
site.main() Adds all the standard site-specific directories to the module search path. This function is called automatically
inspect.getsourcefile(object) Return the name of the Python source file in which an object was defined. This will fail with
warnings.filterwarnings(action, message='', category=Warning, module='', lineno=0, append=False) Insert an entry into the list
gc.disable() Disable automatic garbage collection.
gc.garbage A list of objects which the collector found to be unreachable but could not be freed (uncollectable objects). Starting
Page 5 of 26