inspect.ismodule(object) Return true if the object is a module.
sys.base_exec_prefix Set during Python startup, before site.py is run, to the same value as exec_prefix
warnings.simplefilter(action, category=Warning, lineno=0, append=False) Insert a simple entry into the list of warnings
sys.exec_prefix A string giving the site-specific directory prefix where the platform-dependent Python files are installed;
fpectl.turnoff_sigfpe() Reset default handling of floating point exceptions.
name The name of the parameter as a string. The name must be a valid Python identifier.
apply_defaults() Set default values for missing arguments. For variable-positional arguments
traceback.format_list(extracted_list) Given a list of tuples as returned by extract_tb() or extract_stack()
inspect.ismethod(object) Return true if the object is a bound method written in Python.
inspect.iscoroutinefunction(object) Return true if the object is a coroutine function
Page 1 of 26