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.
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
inspect.unwrap(func, *, stop=None) Get the object wrapped by func. It follows the chain of __wrapped__
inspect.ismethod(object) Return true if the object is a bound method written in Python.
atexit.register(func, *args, **kargs) Register func as a function to be executed at termination. Any optional arguments
sysconfig.get_scheme_names() Return a tuple containing all schemes currently supported in sysconfig.
sys.getallocatedblocks() Return the number of memory blocks currently allocated by the interpreter, regardless of their size
Page 2 of 26