Home
last modified time | relevance | path

Searched refs:PyRun_FileEx (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/cpython/
Dpythonrun.h95 PyAPI_FUNC(PyObject *) PyRun_FileEx(FILE *fp, const char *p, int s, PyObject *g, PyObject *l, int c…
112 #define PyRun_FileEx(fp, p, s, g, l, c) \ macro
/third_party/python/Doc/data/
Drefcounts.dat1839 PyRun_FileEx:PyObject*::+1:??? -- same as eval_code2()
1840 PyRun_FileEx:FILE*:fp::
1841 PyRun_FileEx:const char*:filename::
1842 PyRun_FileEx:int:start::
1843 PyRun_FileEx:PyObject*:globals:0:
1844 PyRun_FileEx:PyObject*:locals:0:
1845 PyRun_FileEx:int:closeit::
/third_party/python/Python/
Dpythonrun.c1514 #undef PyRun_FileEx
1516 PyRun_FileEx(FILE *fp, const char *p, int s, PyObject *g, PyObject *l, int c) in PyRun_FileEx() function
/third_party/python/Doc/c-api/
Dveryhigh.rst212 .. c:function:: PyObject* PyRun_FileEx(FILE *fp, const char *filename, int start, PyObject *globals…
/third_party/alsa-lib/modules/mixer/simple/
Dpython.c1080 obj = PyRun_FileEx(fp, file, Py_file_input, mdict, mdict, 1); in alsa_mixer_simple_pyinit()
/third_party/python/Misc/
DHISTORY18241 PyRun_AnyFileEx PyRun_AnyFileFlags PyRun_File PyRun_FileEx
26577 PyRun_AnyFileEx, PyRun_SimpleFileEx, PyRun_FileEx -- New functions