Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dfuture.c50 PyErr_SyntaxLocationObject(filename, s->lineno, s->col_offset); in future_check_features()
55 PyErr_SyntaxLocationObject(filename, s->lineno, s->col_offset); in future_check_features()
110 PyErr_SyntaxLocationObject(filename, s->lineno, s->col_offset); in future_parse()
Dsymtable.c393 PyErr_SyntaxLocationObject(ste->ste_table->st_filename, in error_at_directive()
995 PyErr_SyntaxLocationObject(st->st_filename, in symtable_add_def()
1184 PyErr_SyntaxLocationObject(st->st_filename, in symtable_visit_stmt()
1279 PyErr_SyntaxLocationObject(st->st_filename, in symtable_visit_stmt()
1311 PyErr_SyntaxLocationObject(st->st_filename, in symtable_visit_stmt()
1652 PyErr_SyntaxLocationObject(st->st_filename, lineno, col_offset); in symtable_visit_alias()
1754 PyErr_SyntaxLocationObject(st->st_filename, in symtable_handle_comprehension()
Derrors.c1045 PyErr_SyntaxLocationObject(PyObject *filename, int lineno, int col_offset) in PyErr_SyntaxLocationObject() function
1119 PyErr_SyntaxLocationObject(fileobj, lineno, col_offset); in PyErr_SyntaxLocationEx()
/external/python/cpython3/Include/
Dpyerrors.h372 PyAPI_FUNC(void) PyErr_SyntaxLocationObject(
/external/python/cpython3/Doc/data/
Drefcounts.dat701 PyErr_SyntaxLocationObject:void:::
702 PyErr_SyntaxLocationObject:PyObject*:filename:+1:
703 PyErr_SyntaxLocationObject:int:lineno::
704 PyErr_SyntaxLocationObject:int:col_offset::
/external/python/cpython3/Misc/NEWS.d/
D3.6.1rc1.rst193 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
D3.5.3rc1.rst55 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
D3.7.0a1.rst1002 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
/external/python/cpython3/Doc/c-api/
Dexceptions.rst251 .. c:function:: void PyErr_SyntaxLocationObject(PyObject *filename, int lineno, int col_offset)
263 Like :c:func:`PyErr_SyntaxLocationObject`, but *filename* is a byte string