Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpythonrun.h167 PyAPI_FUNC(PyObject *) PyRun_FileFlags(FILE *fp, const char *p, int s, PyObject *g, PyObject *l, Py…
185 #define PyRun_FileFlags(fp, p, s, g, l, flags) \ macro
/external/python/cpython2/Include/
Dpythonrun.h99 #define PyRun_FileFlags(fp, p, s, g, l, flags) \ macro
/external/python/cpython2/Doc/data/
Drefcounts.dat1082 PyRun_FileFlags:PyObject*::+1:??? -- same as eval_code2()
1083 PyRun_FileFlags:FILE*:fp::
1084 PyRun_FileFlags:char*:filename::
1085 PyRun_FileFlags:int:start::
1086 PyRun_FileFlags:PyObject*:globals:0:
1087 PyRun_FileFlags:PyObject*:locals:0:
1088 PyRun_FileFlags:PyCompilerFlags*:flags::
/external/python/cpython3/Doc/data/
Drefcounts.dat1867 PyRun_FileFlags:PyObject*::+1:??? -- same as eval_code2()
1868 PyRun_FileFlags:FILE*:fp::
1869 PyRun_FileFlags:const char*:filename::
1870 PyRun_FileFlags:int:start::
1871 PyRun_FileFlags:PyObject*:globals:0:
1872 PyRun_FileFlags:PyObject*:locals:0:
1873 PyRun_FileFlags:PyCompilerFlags*:flags::
/external/python/cpython2/Python/
Dpythonrun.c1985 #undef PyRun_FileFlags
1987 PyRun_FileFlags(FILE *fp, const char *p, int s, PyObject *g, PyObject *l, in PyRun_FileFlags() function
Dceval.c5099 v = PyRun_FileFlags(fp, name, Py_file_input, globals, in exec_statement()
/external/python/cpython3/Python/
Dpythonrun.c1769 #undef PyRun_FileFlags
1771 PyRun_FileFlags(FILE *fp, const char *p, int s, PyObject *g, PyObject *l, in PyRun_FileFlags() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1106 "PyRun_FileFlags"
/external/python/cpython2/Doc/c-api/
Dveryhigh.rst209 .. c:function:: PyObject* PyRun_FileFlags(FILE *fp, const char *filename, int start, PyObject *glob…
/external/python/cpython3/Doc/c-api/
Dveryhigh.rst265 .. c:function:: PyObject* PyRun_FileFlags(FILE *fp, const char *filename, int start, PyObject *glob…
/external/python/cpython2/Misc/
DHISTORY858 PyRun_FileFlags PyRun_InteractiveLoop PyRun_InteractiveOne
/external/python/cpython3/Misc/
DHISTORY18242 PyRun_FileFlags PyRun_InteractiveLoop PyRun_InteractiveOne