Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dtraceback.h13 PyAPI_FUNC(int) _Py_DisplaySourceLine(PyObject *, PyObject *, int, int);
/third_party/python/Python/
Dtraceback.c373 _Py_DisplaySourceLine(PyObject *f, PyObject *filename, int lineno, int indent) in _Py_DisplaySourceLine() function
521 if (_Py_DisplaySourceLine(f, filename, lineno, 4)) in tb_displayline()
D_warnings.c546 _Py_DisplaySourceLine(f_stderr, filename, lineno, 2); in show_warning()