Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpythonrun.h94 PyAPI_FUNC(PyObject *) PyRun_File(FILE *fp, const char *p, int s, PyObject *g, PyObject *l);
110 #define PyRun_File(fp, p, s, g, l) \ macro
/third_party/python/Doc/data/
Drefcounts.dat1832 PyRun_File:PyObject*::+1:??? -- same as eval_code2()
1833 PyRun_File:FILE*:fp::
1834 PyRun_File:const char*:filename::
1835 PyRun_File:int:start::
1836 PyRun_File:PyObject*:globals:0:
1837 PyRun_File:PyObject*:locals:0:
/third_party/python/Python/
Dpythonrun.c1507 #undef PyRun_File
1509 PyRun_File(FILE *fp, const char *p, int s, PyObject *g, PyObject *l) in PyRun_File() function
/third_party/python/Doc/c-api/
Dveryhigh.rst206 .. c:function:: PyObject* PyRun_File(FILE *fp, const char *filename, int start, PyObject *globals, …
/third_party/python/Misc/
DHISTORY18241 PyRun_AnyFileEx PyRun_AnyFileFlags PyRun_File PyRun_FileEx