Searched refs:PyErr_SyntaxLocationObject (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Python/ |
D | future.c | 44 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()
|
D | errors.c | 1692 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/ |
D | pyerrors.h | 148 PyAPI_FUNC(void) PyErr_SyntaxLocationObject(
|
/third_party/python/Tools/c-analyzer/ |
D | TODO | 527 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/ |
D | refcounts.dat | 729 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/ |
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 | 1001 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
|
/third_party/python/Doc/c-api/ |
D | exceptions.rst | 256 .. c:function:: void PyErr_SyntaxLocationObject(PyObject *filename, int lineno, int col_offset) 268 Like :c:func:`PyErr_SyntaxLocationObject`, but *filename* is a byte string
|