Searched refs:PyPegen_ASTFromFileObject (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pegen_interface.h | 26 PyAPI_FUNC(mod_ty) PyPegen_ASTFromFileObject(
|
/external/python/cpython3/Parser/pegen/ |
D | peg_api.c | 45 PyPegen_ASTFromFileObject(FILE *fp, PyObject *filename_ob, int mode, in PyPegen_ASTFromFileObject() function
|
/external/python/cpython3/Python/ |
D | pythonrun.c | 243 mod = PyPegen_ASTFromFileObject(fp, filename, Py_single_input, in PyRun_InteractiveOneObjectEx() 1103 mod = PyPegen_ASTFromFileObject(fp, filename, start, NULL, NULL, NULL, in PyRun_FileExFlags()
|