Searched refs:PyErr_SyntaxLocationEx (Results 1 – 9 of 9) sorted by relevance
238 PyAPI_FUNC(void) PyErr_SyntaxLocationEx(
155 PyErr_SyntaxLocationEx=python39.PyErr_SyntaxLocationEx
1541 PyErr_SyntaxLocationEx(filename, lineno, -1); in PyErr_SyntaxLocation()1623 PyErr_SyntaxLocationEx(const char *filename, int lineno, int col_offset) in PyErr_SyntaxLocationEx() function
724 PyErr_SyntaxLocationEx:void:::725 PyErr_SyntaxLocationEx:const char*:filename::726 PyErr_SyntaxLocationEx:int:lineno::727 PyErr_SyntaxLocationEx:int:col_offset::
193 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
55 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
1001 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
266 .. 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
12172 - Add PyErr_SyntaxLocationEx, which supports passing a column offset.