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.unwrap()

inspect.unwrap(func, *, stop=None) Get the object wrapped by func. It follows the chain of __wrapped__

2016-10-07 17:35:09
traceback.TracebackException.

__context__ A TracebackException of the original __context__.

2016-10-07 17:45:13
inspect.Signature.from_callable()

classmethod from_callable(obj, *, follow_wrapped=True) Return a Signature (or its subclass) object for a given

2016-10-07 17:35:08
inspect.getsource()

inspect.getsource(object) Return the text of the source code for an object. The argument may be a module, class, method, function

2016-10-07 17:35:02
inspect.getfile()

inspect.getfile(object) Return the name of the (text or binary) file in which an object was defined. This will fail with a

2016-10-07 17:35:00
abc.ABCMeta

class abc.ABCMeta Metaclass for defining Abstract Base Classes (ABCs). Use this metaclass to

2016-10-07 17:26:04
traceback.TracebackException.offset

offset For syntax errors - the offset into the text where the error occurred.

2016-10-07 17:45:13