Searched refs:PyRun_AnyFileExFlags (Results 1 – 13 of 13) sorted by relevance
| /external/python/cpython2/Include/ |
| D | pythonrun.h | 36 PyAPI_FUNC(int) PyRun_AnyFileExFlags(FILE *, const char *, int, PyCompilerFlags *); 85 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL) 87 PyRun_AnyFileExFlags(fp, name, closeit, NULL) 89 PyRun_AnyFileExFlags(fp, name, 0, flags)
|
| /external/python/cpython3/Include/cpython/ |
| D | pythonrun.h | 11 PyAPI_FUNC(int) PyRun_AnyFileExFlags( 100 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL) 102 PyRun_AnyFileExFlags(fp, name, closeit, NULL) 104 PyRun_AnyFileExFlags(fp, name, 0, flags)
|
| /external/python/cpython2/Doc/c-api/ |
| D | veryhigh.rst | 46 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving 52 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving 58 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving 62 .. c:function:: int PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, PyCompilerFla…
|
| /external/python/cpython3/Python/ |
| D | pythonrun.c | 102 PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_AnyFileExFlags() function 1490 return PyRun_AnyFileExFlags(fp, name, 0, NULL); in PyRun_AnyFile() 1497 return PyRun_AnyFileExFlags(fp, name, closeit, NULL); in PyRun_AnyFileEx() 1504 return PyRun_AnyFileExFlags(fp, name, 0, flags); in PyRun_AnyFileFlags()
|
| /external/python/cpython3/Doc/c-api/ |
| D | veryhigh.rst | 54 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving 60 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving 66 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving 70 .. c:function:: int PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, PyCompilerFla…
|
| /external/python/cpython2/Python/ |
| D | pythonrun.c | 749 PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_AnyFileExFlags() function 1954 return PyRun_AnyFileExFlags(fp, name, 0, NULL); in PyRun_AnyFile() 1961 return PyRun_AnyFileExFlags(fp, name, closeit, NULL); in PyRun_AnyFileEx() 1968 return PyRun_AnyFileExFlags(fp, name, 0, flags); in PyRun_AnyFileFlags()
|
| /external/python/cpython2/Modules/ |
| D | main.c | 650 sts = PyRun_AnyFileExFlags( in Py_Main()
|
| /external/python/cpython3/Modules/ |
| D | main.c | 502 int run = PyRun_AnyFileExFlags(stdin, "<stdin>", 0, &cf); in pymain_run_stdin()
|
| /external/python/cpython3/Doc/data/ |
| D | refcounts.dat | 1826 PyRun_AnyFileExFlags:int::: 1827 PyRun_AnyFileExFlags:FILE*:fp:: 1828 PyRun_AnyFileExFlags:const char*:filename:: 1829 PyRun_AnyFileExFlags:int:closeit:: 1830 PyRun_AnyFileExFlags:PyCompilerFlags*:flags::
|
| D | python3.10.abi | 561 …<elf-symbol name='PyRun_AnyFileExFlags' type='func-type' binding='global-binding' visibility='defa… 15254 …<function-decl name='PyRun_AnyFileExFlags' mangled-name='PyRun_AnyFileExFlags' filepath='./Include… 17731 …PyRun_AnyFileExFlags' mangled-name='PyRun_AnyFileExFlags' filepath='Python/pythonrun.c' line='102'…
|
| /external/python/cpython2/PC/os2emx/ |
| D | python27.def | 1085 "PyRun_AnyFileExFlags"
|
| /external/python/cpython2/Misc/ |
| D | HISTORY | 7739 PyRun_AnyFileExFlags(), PyRun_InteractiveLoopFlags(). These
|
| /external/python/cpython3/Misc/ |
| D | HISTORY | 25118 PyRun_AnyFileExFlags(), PyRun_InteractiveLoopFlags(). These
|