Searched refs:_PyRun_SimpleFileObject (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Include/cpython/ |
D | pythonrun.h | 6 PyAPI_FUNC(int) _PyRun_SimpleFileObject(
|
/third_party/python/Python/ |
D | pythonrun.c | 90 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/ |
D | main.c | 423 (void) _PyRun_SimpleFileObject(fp, startup, 0, &cf); in pymain_run_startup()
|