Home
last modified time | relevance | path

Searched refs:PyParser_ParseString (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dparsetok.h35 PyAPI_FUNC(node *) PyParser_ParseString(const char *, grammar *, int,
/external/python/cpython2/PC/os2vacpp/
Dpython.def332 PyParser_ParseString
/external/python/cpython2/Parser/
Dparsetok.c22 PyParser_ParseString(const char *s, grammar *g, int start, perrdetail *err_ret) in PyParser_ParseString() function
/external/python/cpython2/Doc/faq/
Dextending.rst288 solution then is to call :c:func:`PyParser_ParseString` and test for ``e.error``
306 n = PyParser_ParseString(code, &_PyParser_Grammar,
/external/python/cpython2/PC/os2emx/
Dpython27.def53 "PyParser_ParseString"