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.py483 from _testcapi import exception_print
486 exception_print(exc_value)
503 from _testcapi import exception_print
520 exception_print(exc_val)
724 from _testcapi import exception_print
727 exception_print(e)
/external/python/cpython3/Modules/
D_testcapimodule.c3221 exception_print(PyObject *self, PyObject *args) in exception_print() function
5439 {"exception_print", exception_print, METH_VARARGS},