Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dtraceback.c420 display_source_line_with_margin(PyObject *f, PyObject *filename, int lineno, int indent, in display_source_line_with_margin() function
581 return display_source_line_with_margin(f, filename, lineno, indent, 0, in _Py_DisplaySourceLine()
788 int rc = display_source_line_with_margin( in tb_displayline()