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

/external/python/cpython2/Python/
H A Dpythonrun.c61 static PyObject *run_pyc_file(FILE *, const char *, PyObject *, PyObject *,
946 v = run_pyc_file(fp, filename, d, d, flags);
1382 run_pyc_file(FILE *fp, const char *filename, PyObject *globals, function
/external/python/cpython3/Python/
H A Dpythonrun.c60 static PyObject *run_pyc_file(FILE *, const char *, PyObject *, PyObject *,
386 v = run_pyc_file(pyc_fp, filename, d, d, flags);
986 run_pyc_file(FILE *fp, const char *filename, PyObject *globals, function

Completed in 4770 milliseconds