Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpyerrors.h150 PyAPI_FUNC(PyObject *) PyErr_ProgramTextObject(
/third_party/python/Python/
Derrors.c1672 tmp = PyErr_ProgramTextObject(filename, lineno); in PyErr_SyntaxLocationObjectEx()
1806 PyObject *res = PyErr_ProgramTextObject(filename_obj, lineno); in PyErr_ProgramText()
1828 PyErr_ProgramTextObject(PyObject *filename, int lineno) in PyErr_ProgramTextObject() function
Dcompile.c6175 PyObject *loc = PyErr_ProgramTextObject(c->c_filename, c->u->u_lineno); in compiler_error()