Home
last modified time | relevance | path

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

/third_party/python/Python/
Dfuture.c44 PyErr_SyntaxLocationObject(filename, s->lineno, s->col_offset + 1); in future_check_features()
49 PyErr_SyntaxLocationObject(filename, s->lineno, s->col_offset + 1); in future_check_features()
99 PyErr_SyntaxLocationObject(filename, s->lineno, s->col_offset); in future_parse()
Derrors.c1692 PyErr_SyntaxLocationObject(PyObject *filename, int lineno, int col_offset) { in PyErr_SyntaxLocationObject() function
1716 PyErr_SyntaxLocationObject(fileobj, lineno, col_offset); in PyErr_SyntaxLocationEx()
/third_party/python/Include/cpython/
Dpyerrors.h148 PyAPI_FUNC(void) PyErr_SyntaxLocationObject(
/third_party/python/Tools/c-analyzer/
DTODO527 Python/errors.c:PyErr_SyntaxLocationObject():PyId_filename _Py_IDENTIFIER(filename)
528 Python/errors.c:PyErr_SyntaxLocationObject():PyId_lineno _Py_IDENTIFIER(lineno)
529 Python/errors.c:PyErr_SyntaxLocationObject():PyId_msg _Py_IDENTIFIER(msg)
530 Python/errors.c:PyErr_SyntaxLocationObject():PyId_offset _Py_IDENTIFIER(offset)
531 Python/errors.c:PyErr_SyntaxLocationObject():PyId_print_file_and_line _Py_IDENTIFIER(print_file_and…
532 Python/errors.c:PyErr_SyntaxLocationObject():PyId_text _Py_IDENTIFIER(text)
/third_party/python/Doc/data/
Drefcounts.dat729 PyErr_SyntaxLocationObject:void:::
730 PyErr_SyntaxLocationObject:PyObject*:filename:+1:
731 PyErr_SyntaxLocationObject:int:lineno::
732 PyErr_SyntaxLocationObject:int:col_offset::
/third_party/python/Misc/NEWS.d/
D3.6.1rc1.rst193 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
D3.5.3rc1.rst55 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
D3.7.0a1.rst1001 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
/third_party/python/Doc/c-api/
Dexceptions.rst256 .. c:function:: void PyErr_SyntaxLocationObject(PyObject *filename, int lineno, int col_offset)
268 Like :c:func:`PyErr_SyntaxLocationObject`, but *filename* is a byte string