Searched refs:PyRun_FileFlags (Results 1 – 5 of 5) sorted by relevance
| /third_party/python/Include/cpython/ |
| D | pythonrun.h | 96 PyAPI_FUNC(PyObject *) PyRun_FileFlags(FILE *fp, const char *p, int s, PyObject *g, PyObject *l, Py… 114 #define PyRun_FileFlags(fp, p, s, g, l, flags) \ macro
|
| /third_party/python/Doc/data/ |
| D | refcounts.dat | 1847 PyRun_FileFlags:PyObject*::+1:??? -- same as eval_code2() 1848 PyRun_FileFlags:FILE*:fp:: 1849 PyRun_FileFlags:const char*:filename:: 1850 PyRun_FileFlags:int:start:: 1851 PyRun_FileFlags:PyObject*:globals:0: 1852 PyRun_FileFlags:PyObject*:locals:0: 1853 PyRun_FileFlags:PyCompilerFlags*:flags::
|
| /third_party/python/Python/ |
| D | pythonrun.c | 1521 #undef PyRun_FileFlags 1523 PyRun_FileFlags(FILE *fp, const char *p, int s, PyObject *g, PyObject *l, in PyRun_FileFlags() function
|
| /third_party/python/Doc/c-api/ |
| D | veryhigh.rst | 218 .. c:function:: PyObject* PyRun_FileFlags(FILE *fp, const char *filename, int start, PyObject *glob…
|
| /third_party/python/Misc/ |
| D | HISTORY | 18242 PyRun_FileFlags PyRun_InteractiveLoop PyRun_InteractiveOne
|