Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dtraceback.h22 PyAPI_FUNC(int) _Py_DisplaySourceLine(PyObject *, const char *, int, int);
/external/python/cpython2/Python/
Dtraceback.c119 _Py_DisplaySourceLine(PyObject *f, const char *filename, int lineno, int indent) in _Py_DisplaySourceLine() function
228 return _Py_DisplaySourceLine(f, filename, lineno, 4); in tb_displayline()
D_warnings.c289 _Py_DisplaySourceLine(f_stderr, PyString_AS_STRING(filename), in show_warning()
/external/python/cpython3/Include/
Dtraceback.h26 PyAPI_FUNC(int) _Py_DisplaySourceLine(PyObject *, PyObject *, int, int);
/external/python/cpython3/Python/
Dtraceback.c362 _Py_DisplaySourceLine(PyObject *f, PyObject *filename, int lineno, int indent) in _Py_DisplaySourceLine() function
510 if (_Py_DisplaySourceLine(f, filename, lineno, 4)) in tb_displayline()
D_warnings.c405 _Py_DisplaySourceLine(f_stderr, filename, lineno, 2); in show_warning()