fpectl.FloatingPointError

exception fpectl.FloatingPointError After turnon_sigfpe() has been executed, a floating point operation that raises

2016-10-07 17:33:16
sysconfig.get_paths()

sysconfig.get_paths([scheme[, vars[, expand]]]) Return a dictionary containing all installation paths corresponding to an installation

2016-10-07 17:44:03
warnings.simplefilter()

warnings.simplefilter(action, category=Warning, lineno=0, append=False) Insert a simple entry into the list of warnings

2016-10-07 17:47:12
inspect.ismodule()

inspect.ismodule(object) Return true if the object is a module.

2016-10-07 17:35:05
atexit.register()

atexit.register(func, *args, **kargs) Register func as a function to be executed at termination. Any optional arguments

2016-10-07 17:27:12
site.main()

site.main() Adds all the standard site-specific directories to the module search path. This function is called automatically

2016-10-07 17:42:02
inspect.getsourcefile()

inspect.getsourcefile(object) Return the name of the Python source file in which an object was defined. This will fail with

2016-10-07 17:35:02
warnings.filterwarnings()

warnings.filterwarnings(action, message='', category=Warning, module='', lineno=0, append=False) Insert an entry into the list

2016-10-07 17:47:11
gc.disable()

gc.disable() Disable automatic garbage collection.

2016-10-07 17:33:28
gc.garbage

gc.garbage A list of objects which the collector found to be unreachable but could not be freed (uncollectable objects). Starting

2016-10-07 17:33:28