Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pythonrun.h11 extern int _PyRun_SimpleFileObject(
/external/python/cpython3/Doc/howto/
Dperf_profiling.rst78 | | _PyRun_SimpleFileObject
124 | | _PyRun_SimpleFileObject
/external/python/cpython3/Python/
Dpythonrun.c77 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/
Dmain.c479 (void) _PyRun_SimpleFileObject(fp, startup, 0, &cf); in pymain_run_startup()
/external/python/cpython3/Doc/data/
Dpython3.13.abi4039 …<function-decl name='_PyRun_SimpleFileObject' filepath='./Include/internal/pycore_pythonrun.h' lin…