Searched refs:PyParser_ParseFileObject (Results 1 – 3 of 3) sorted by relevance
68 PyAPI_FUNC(node *) PyParser_ParseFileObject(
165 PyParser_ParseFileObject(FILE *fp, PyObject *filename, in PyParser_ParseFileObject() function206 n = PyParser_ParseFileObject(fp, fileobj, enc, g, in PyParser_ParseFileFlagsEx()
1452 node *n = PyParser_ParseFileObject(fp, filename, enc, in PyParser_ASTFromFileObject()