Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpegen_interface.h26 PyAPI_FUNC(mod_ty) PyPegen_ASTFromFileObject(
/external/python/cpython3/Parser/pegen/
Dpeg_api.c45 PyPegen_ASTFromFileObject(FILE *fp, PyObject *filename_ob, int mode, in PyPegen_ASTFromFileObject() function
/external/python/cpython3/Python/
Dpythonrun.c243 mod = PyPegen_ASTFromFileObject(fp, filename, Py_single_input, in PyRun_InteractiveOneObjectEx()
1103 mod = PyPegen_ASTFromFileObject(fp, filename, start, NULL, NULL, NULL, in PyRun_FileExFlags()