Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpythonrun.h16 PyAPI_FUNC(int) _PyRun_AnyFileObject(
/third_party/python/Modules/
Dmain.c353 int run = _PyRun_AnyFileObject(fp, filename, 1, &cf); in pymain_run_file_obj()
/third_party/python/Python/
Dpythonrun.c69 _PyRun_AnyFileObject(FILE *fp, PyObject *filename, int closeit, in _PyRun_AnyFileObject() function
116 int res = _PyRun_AnyFileObject(fp, filename_obj, closeit, flags); in PyRun_AnyFileExFlags()