Searched refs:traceback_print (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_traceback.py | 186 from _testcapi import traceback_print 194 traceback_print(tb, file_)
|
/external/python/cpython3/Lib/test/ |
D | test_traceback.py | 305 from _testcapi import traceback_print 316 traceback_print(tb, file_)
|
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 2276 traceback_print(PyObject *self, PyObject *args) in traceback_print() function 2761 {"traceback_print", traceback_print, METH_VARARGS},
|
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 3351 traceback_print(PyObject *self, PyObject *args) in traceback_print() function 5775 {"traceback_print", traceback_print, METH_VARARGS},
|