Home
last modified time | relevance | path

Searched defs:print_exception (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/idlelib/
Drun.py235 def print_exception(): function
/third_party/python/Lib/
Dcgi.py892 def print_exception(type=None, value=None, tb=None, limit=None): function
Dtraceback.py111 def print_exception(exc, /, value=_sentinel, tb=_sentinel, limit=None, \ function
/third_party/python/Python/
Dpythonrun.c1213 print_exception(struct exception_print_context *ctx, PyObject *value) in print_exception() function