Searched refs:_PyRun_SimpleFileObject (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_pythonrun.h | 11 extern int _PyRun_SimpleFileObject(
|
/external/python/cpython3/Doc/howto/ |
D | perf_profiling.rst | 78 | | _PyRun_SimpleFileObject 124 | | _PyRun_SimpleFileObject
|
/external/python/cpython3/Python/ |
D | pythonrun.c | 77 res = _PyRun_SimpleFileObject(fp, filename, closeit, flags); in _PyRun_AnyFileObject() 431 _PyRun_SimpleFileObject(FILE *fp, PyObject *filename, int closeit, in _PyRun_SimpleFileObject() function 524 int res = _PyRun_SimpleFileObject(fp, filename_obj, closeit, flags); in PyRun_SimpleFileExFlags()
|
/external/python/cpython3/Modules/ |
D | main.c | 479 (void) _PyRun_SimpleFileObject(fp, startup, 0, &cf); in pymain_run_startup()
|
/external/python/cpython3/Doc/data/ |
D | python3.13.abi | 4039 …<function-decl name='_PyRun_SimpleFileObject' filepath='./Include/internal/pycore_pythonrun.h' lin…
|