Searched refs:_PyRun_SimpleFileObject (Results 1 – 4 of 4) sorted by relevance
| /external/python/cpython3/Include/cpython/ |
| D | pythonrun.h | 6 PyAPI_FUNC(int) _PyRun_SimpleFileObject(
|
| /external/python/cpython3/Python/ |
| D | pythonrun.c | 79 res = _PyRun_SimpleFileObject(fp, filename, closeit, flags); in _PyRun_AnyFileObject() 383 _PyRun_SimpleFileObject(FILE *fp, PyObject *filename, int closeit, in _PyRun_SimpleFileObject() function 473 int res = _PyRun_SimpleFileObject(fp, filename_obj, closeit, flags); in PyRun_SimpleFileExFlags()
|
| /external/python/cpython3/Modules/ |
| D | main.c | 430 (void) _PyRun_SimpleFileObject(fp, startup, 0, &cf); in pymain_run_startup()
|
| /external/python/cpython3/Doc/data/ |
| D | python3.11.abi | 1174 …<elf-symbol name='_PyRun_SimpleFileObject' type='func-type' binding='global-binding' visibility='d… 15079 …_PyRun_SimpleFileObject' mangled-name='_PyRun_SimpleFileObject' filepath='Python/pythonrun.c' line…
|