Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Derrors.c1036 PyErr_SyntaxLocationEx(filename, lineno, -1); in PyErr_SyntaxLocation()
1109 PyErr_SyntaxLocationEx(const char *filename, int lineno, int col_offset) in PyErr_SyntaxLocationEx() function
/external/python/cpython3/Include/
Dpyerrors.h367 PyAPI_FUNC(void) PyErr_SyntaxLocationEx(
/external/python/cpython3/PC/
Dpython3.def156 PyErr_SyntaxLocationEx=python37.PyErr_SyntaxLocationEx
/external/python/cpython3/Doc/data/
Drefcounts.dat696 PyErr_SyntaxLocationEx:void:::
697 PyErr_SyntaxLocationEx:const char*:filename::
698 PyErr_SyntaxLocationEx:int:lineno::
699 PyErr_SyntaxLocationEx: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.rst261 .. c:function:: void PyErr_SyntaxLocationEx(const char *filename, int lineno, int col_offset)
271 Like :c:func:`PyErr_SyntaxLocationEx`, but the col_offset parameter is
/external/python/cpython3/Misc/
DHISTORY12172 - Add PyErr_SyntaxLocationEx, which supports passing a column offset.