traceback.format_exception_only()

traceback.format_exception_only(etype, value) Format the exception part of a traceback. The arguments are the exception type

2016-10-07 17:45:10
fpectl.turnoff_sigfpe()

fpectl.turnoff_sigfpe() Reset default handling of floating point exceptions.

2016-10-07 17:33:16
inspect.BoundArguments.apply_defaults()

apply_defaults() Set default values for missing arguments. For variable-positional arguments

2016-10-07 17:34:56
inspect.iscoroutinefunction()

inspect.iscoroutinefunction(object) Return true if the object is a coroutine function

2016-10-07 17:35:04
traceback.print_tb()

traceback.print_tb(tb, limit=None, file=None) Print up to limit stack trace entries from traceback object tb

2016-10-07 17:45:11
sys.getdefaultencoding()

sys.getdefaultencoding() Return the name of the current default string encoding used by the Unicode implementation.

2016-10-07 17:43:50
sys.settrace()

sys.settrace(tracefunc) Set the system’s trace function, which allows you to implement a Python source code debugger in Python

2016-10-07 17:43:58
sys.base_exec_prefix

sys.base_exec_prefix Set during Python startup, before site.py is run, to the same value as exec_prefix

2016-10-07 17:43:46
traceback.format_list()

traceback.format_list(extracted_list) Given a list of tuples as returned by extract_tb() or extract_stack()

2016-10-07 17:45:10
fpectl.FloatingPointError

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

2016-10-07 17:33:16