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.py884 def print_exception(type=None, value=None, tb=None, limit=None): function
Dtraceback.py104 def print_exception(exc, /, value=_sentinel, tb=_sentinel, limit=None, \ function
/third_party/python/Python/
Dpythonrun.c890 print_exception(PyObject *f, PyObject *value) in print_exception() function