Home
last modified time | relevance | path

Searched refs:PyParser_ParseFileObject (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dparsetok.h68 PyAPI_FUNC(node *) PyParser_ParseFileObject(
/external/python/cpython3/Parser/
Dparsetok.c165 PyParser_ParseFileObject(FILE *fp, PyObject *filename, in PyParser_ParseFileObject() function
206 n = PyParser_ParseFileObject(fp, fileobj, enc, g, in PyParser_ParseFileFlagsEx()
/external/python/cpython3/Python/
Dpythonrun.c1452 node *n = PyParser_ParseFileObject(fp, filename, enc, in PyParser_ASTFromFileObject()