Home
last modified time | relevance | path

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

/third_party/python/Python/
Derrors.c1647 err_programtext(PyThreadState *tstate, FILE *fp, int lineno) in err_programtext() function
1692 return err_programtext(tstate, fp, lineno); in PyErr_ProgramText()
1708 return err_programtext(tstate, fp, lineno); in PyErr_ProgramTextObject()