Home
last modified time | relevance | path

Searched refs:exception_print (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_traceback.py485 from _testcapi import exception_print
488 exception_print(exc_value)
505 from _testcapi import exception_print
522 exception_print(exc_val)
706 from _testcapi import exception_print
709 exception_print(e)
/external/python/cpython3/Modules/
D_testcapimodule.c2860 exception_print(PyObject *self, PyObject *args) in exception_print() function
4700 {"exception_print", exception_print, METH_VARARGS},