Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Derrors.c1030 PyErr_SyntaxLocationEx(filename, lineno, -1); in PyErr_SyntaxLocation()
1103 PyErr_SyntaxLocationEx(const char *filename, int lineno, int col_offset) in PyErr_SyntaxLocationEx() function
/external/python/cpython3/Include/
Dpyerrors.h368 PyAPI_FUNC(void) PyErr_SyntaxLocationEx(
/external/python/cpython3/PC/
Dpython3.def156 PyErr_SyntaxLocationEx=python36.PyErr_SyntaxLocationEx
/external/python/cpython3/Doc/c-api/
Dexceptions.rst247 .. c:function:: void PyErr_SyntaxLocationEx(const char *filename, int lineno, int col_offset)
257 Like :c:func:`PyErr_SyntaxLocationEx`, but the col_offset parameter is
/external/python/cpython3/Misc/
DNEWS95 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
3523 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
DHISTORY12172 - Add PyErr_SyntaxLocationEx, which supports passing a column offset.