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 | 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()
|
| /external/python/cpython3/Modules/ |
| D | main.c | 423 (void) _PyRun_SimpleFileObject(fp, startup, 0, &cf); in pymain_run_startup()
|
| /external/python/cpython3/Doc/data/ |
| D | python3.10.abi | 1162 …<elf-symbol name='_PyRun_SimpleFileObject' type='func-type' binding='global-binding' visibility='d… 17700 …_PyRun_SimpleFileObject' mangled-name='_PyRun_SimpleFileObject' filepath='Python/pythonrun.c' line… 19267 …<function-decl name='_PyRun_SimpleFileObject' mangled-name='_PyRun_SimpleFileObject' filepath='./I…
|