Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyerrors.h236 PyAPI_FUNC(void) PyErr_SyntaxLocationEx(
/third_party/python/Python/
Derrors.c1566 PyErr_SyntaxLocationEx(filename, lineno, -1); in PyErr_SyntaxLocation()
1703 PyErr_SyntaxLocationEx(const char *filename, int lineno, int col_offset) in PyErr_SyntaxLocationEx() function
/third_party/python/Doc/data/
Drefcounts.dat724 PyErr_SyntaxLocationEx:void:::
725 PyErr_SyntaxLocationEx:const char*:filename::
726 PyErr_SyntaxLocationEx:int:lineno::
727 PyErr_SyntaxLocationEx:int:col_offset::
Dstable_abi.dat162 function,PyErr_SyntaxLocationEx,3.7,
/third_party/python/PC/
Dpython3dll.c226 EXPORT_FUNC(PyErr_SyntaxLocationEx)
/third_party/python/Misc/NEWS.d/
D3.6.1rc1.rst193 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
D3.5.3rc1.rst55 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
D3.7.0a1.rst1001 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
/third_party/python/Doc/c-api/
Dexceptions.rst266 .. c:function:: void PyErr_SyntaxLocationEx(const char *filename, int lineno, int col_offset)
276 Like :c:func:`PyErr_SyntaxLocationEx`, but the col_offset parameter is
/third_party/python/Misc/
Dstable_abi.txt1832 function PyErr_SyntaxLocationEx
DHISTORY12172 - Add PyErr_SyntaxLocationEx, which supports passing a column offset.