Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Derrors.c1575 PyErr_SyntaxLocationObjectEx(PyObject *filename, int lineno, int col_offset, in PyErr_SyntaxLocationObjectEx() function
1693 PyErr_SyntaxLocationObjectEx(filename, lineno, col_offset, lineno, -1); in PyErr_SyntaxLocationObject()
1699 PyErr_SyntaxLocationObjectEx(filename, lineno, col_offset, end_lineno, end_col_offset); in PyErr_RangedSyntaxLocationObject()