Home
last modified time | relevance | path

Searched refs:traceback_print (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_traceback.py186 from _testcapi import traceback_print
194 traceback_print(tb, file_)
/external/python/cpython3/Lib/test/
Dtest_traceback.py305 from _testcapi import traceback_print
316 traceback_print(tb, file_)
/external/python/cpython2/Modules/
D_testcapimodule.c2276 traceback_print(PyObject *self, PyObject *args) in traceback_print() function
2761 {"traceback_print", traceback_print, METH_VARARGS},
/external/python/cpython3/Modules/
D_testcapimodule.c3351 traceback_print(PyObject *self, PyObject *args) in traceback_print() function
5775 {"traceback_print", traceback_print, METH_VARARGS},