Home
last modified time | relevance | path

Searched refs:_Py_DisplaySourceLine (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dtraceback.h15 PyAPI_FUNC(int) _Py_DisplaySourceLine(PyObject *, PyObject *, int, int, int *, PyObject **);
/third_party/python/Python/
Dtraceback.c578 _Py_DisplaySourceLine(PyObject *f, PyObject *filename, int lineno, int indent, in _Py_DisplaySourceLine() function
D_warnings.c559 _Py_DisplaySourceLine(f_stderr, filename, lineno, 2, NULL, NULL); in show_warning()