Searched refs:PyParser_ParseString (Results 1 – 3 of 3) sorted by relevance
40 PyAPI_FUNC(node *) PyParser_ParseString(const char *, grammar *, int,
65 PyParser_ParseString(const char *s, grammar *g, int start, perrdetail *err_ret) in PyParser_ParseString() function
279 solution then is to call :c:func:`PyParser_ParseString` and test for ``e.error``298 n = PyParser_ParseString(code, &_PyParser_Grammar,