Home
last modified time | relevance | path

Searched refs:PyParser_ParseFileFlagsEx (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython2/Parser/
Dparsetok.c84 return PyParser_ParseFileFlagsEx(fp, filename, g, start, ps1, ps2, err_ret, &iflags); in PyParser_ParseFileFlags()
88 PyParser_ParseFileFlagsEx(FILE *fp, const char *filename, grammar *g, int start, in PyParser_ParseFileFlagsEx() function
/aosp_15_r20/external/python/cpython2/Include/
Dparsetok.h45 PyAPI_FUNC(node *) PyParser_ParseFileFlagsEx(FILE *, const char *, grammar *,
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.6a2.rst694 Added PyParser_ParseFileFlagsEx() and PyParser_ParseStringFlagsFilenameEx().
/aosp_15_r20/external/python/cpython2/Python/
Dpythonrun.c1508 node *n = PyParser_ParseFileFlagsEx(fp, filename, &_PyParser_Grammar, in PyParser_ASTFromFile()