Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpythonrun.c61 static PyObject *run_pyc_file(FILE *, const char *, PyObject *, PyObject *,
946 v = run_pyc_file(fp, filename, d, d, flags); in PyRun_SimpleFileExFlags()
1382 run_pyc_file(FILE *fp, const char *filename, PyObject *globals, in run_pyc_file() function