Searched refs:PyErr_SyntaxLocationEx (Results 1 – 6 of 6) sorted by relevance
1030 PyErr_SyntaxLocationEx(filename, lineno, -1); in PyErr_SyntaxLocation()1103 PyErr_SyntaxLocationEx(const char *filename, int lineno, int col_offset) in PyErr_SyntaxLocationEx() function
368 PyAPI_FUNC(void) PyErr_SyntaxLocationEx(
156 PyErr_SyntaxLocationEx=python36.PyErr_SyntaxLocationEx
247 .. 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
95 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().3523 PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
12172 - Add PyErr_SyntaxLocationEx, which supports passing a column offset.