Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pylifecycle.h85 extern void _PyErr_DisplayException(PyObject *file, PyObject *exc);
/external/python/cpython3/Python/
Dpythonrun.c1183 void _PyErr_DisplayException(PyObject *file, PyObject *exc) in _PyErr_DisplayException() function