Searched refs:PyParser_ParseString (Results 1 – 5 of 5) sorted by relevance
35 PyAPI_FUNC(node *) PyParser_ParseString(const char *, grammar *, int,
332 PyParser_ParseString
22 PyParser_ParseString(const char *s, grammar *g, int start, perrdetail *err_ret) in PyParser_ParseString() function
288 solution then is to call :c:func:`PyParser_ParseString` and test for ``e.error``306 n = PyParser_ParseString(code, &_PyParser_Grammar,
53 "PyParser_ParseString"