Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpythonrun.h96 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/
Drefcounts.dat1847 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/
Dpythonrun.c1521 #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/
Dveryhigh.rst218 .. c:function:: PyObject* PyRun_FileFlags(FILE *fp, const char *filename, int start, PyObject *glob…
/third_party/python/Misc/
DHISTORY18242 PyRun_FileFlags PyRun_InteractiveLoop PyRun_InteractiveOne