Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpyerrors.h147 PyAPI_FUNC(PyObject *) PyErr_ProgramTextObject(
/third_party/python/Python/
Derrors.c1495 tmp = PyErr_ProgramTextObject(filename, lineno); in PyErr_SyntaxLocationObject()
1596 PyErr_ProgramTextObject(PyObject *filename, int lineno) in PyErr_ProgramTextObject() function
Dcompile.c5223 loc = PyErr_ProgramTextObject(c->c_filename, c->u->u_lineno); in compiler_error()
Dast.c690 loc = PyErr_ProgramTextObject(c->c_filename, LINENO(n)); in ast_error()