Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dtraceback.c215 tb_displayline(PyObject *f, const char *filename, int lineno, const char *name) in tb_displayline() function
243 err = tb_displayline(f, in tb_printinternal()
/external/python/cpython3/Python/
Dtraceback.c494 tb_displayline(PyObject *f, PyObject *filename, int lineno, PyObject *name) in tb_displayline() function
567 err = tb_displayline(f, in tb_printinternal()