warnings.warn_explicit()

warnings.warn_explicit(message, category, filename, lineno, module=None, registry=None, module_globals=None) This is a low-level

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

inspect.formatargvalues(args[, varargs, varkw, locals, formatarg, formatvarargs, formatvarkw, formatvalue]) Format a pretty

2016-10-07 17:34:57
traceback.TracebackException.text

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

2016-10-07 17:45:13
contextlib.suppress()

contextlib.suppress(*exceptions) Return a context manager that suppresses any of the specified exceptions if they occur in the

2016-10-07 17:29:21
sys.getrecursionlimit()

sys.getrecursionlimit() Return the current value of the recursion limit, the maximum depth of the Python interpreter stack.

2016-10-07 17:43:51
inspect.ismethoddescriptor()

inspect.ismethoddescriptor(object) Return true if the object is a method descriptor, but not if ismethod(),

2016-10-07 17:35:05
sys.getswitchinterval()

sys.getswitchinterval() Return the interpreter’s “thread switch interval”; see setswitchinterval().

2016-10-07 17:43:52
inspect.Parameter.replace()

replace(*[, name][, kind][, default][, annotation]) Create a new Parameter instance based on the instance replaced was invoked

2016-10-07 17:35:07
inspect.trace()

inspect.trace(context=1) Return a list of frame records for the stack between the current frame and the frame in which an exception

2016-10-07 17:35:09
gc.callbacks

gc.callbacks A list of callbacks that will be invoked by the garbage collector before and after collection. The callbacks will

2016-10-07 17:33:28