Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpythonrun.h6 PyAPI_FUNC(int) _PyRun_SimpleFileObject(
/third_party/python/Python/
Dpythonrun.c90 res = _PyRun_SimpleFileObject(fp, filename, closeit, flags); in _PyRun_AnyFileObject()
399 _PyRun_SimpleFileObject(FILE *fp, PyObject *filename, int closeit, in _PyRun_SimpleFileObject() function
489 int res = _PyRun_SimpleFileObject(fp, filename_obj, closeit, flags); in PyRun_SimpleFileExFlags()
/third_party/python/Modules/
Dmain.c423 (void) _PyRun_SimpleFileObject(fp, startup, 0, &cf); in pymain_run_startup()