Searched refs:PyErr_SyntaxLocationObject (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Python/ |
D | future.c | 50 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()
|
D | symtable.c | 393 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()
|
D | errors.c | 1045 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/ |
D | pyerrors.h | 372 PyAPI_FUNC(void) PyErr_SyntaxLocationObject(
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 701 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/ |
D | 3.6.1rc1.rst | 193 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
|
D | 3.5.3rc1.rst | 55 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
|
D | 3.7.0a1.rst | 1002 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
|
/external/python/cpython3/Doc/c-api/ |
D | exceptions.rst | 251 .. c:function:: void PyErr_SyntaxLocationObject(PyObject *filename, int lineno, int col_offset) 263 Like :c:func:`PyErr_SyntaxLocationObject`, but *filename* is a byte string
|