Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpyerrors.h160 PyAPI_FUNC(PyObject *) PyErr_ProgramTextObject(
/third_party/python/Python/
Derrors.c1645 tmp = PyErr_ProgramTextObject(filename, lineno); in PyErr_SyntaxLocationObjectEx()
1779 PyObject *res = PyErr_ProgramTextObject(filename_obj, lineno); in PyErr_ProgramText()
1801 PyErr_ProgramTextObject(PyObject *filename, int lineno) in PyErr_ProgramTextObject() function
Dcompile.c5534 PyObject *loc = PyErr_ProgramTextObject(c->c_filename, c->u->u_lineno); in compiler_error()