Home
last modified time | relevance | path

Searched defs:PyRun_File (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
Dpythonrun.h110 #define PyRun_File(fp, p, s, g, l) \ macro
/third_party/python/Python/
Dpythonrun.c1509 PyRun_File(FILE *fp, const char *p, int s, PyObject *g, PyObject *l) in PyRun_File() function