Searched refs:run_pyc_file (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Python/ |
D | pythonrun.c | 64 static PyObject *run_pyc_file(FILE *, const char *, PyObject *, PyObject *, 420 v = run_pyc_file(pyc_fp, filename, d, d, flags); in PyRun_SimpleFileExFlags() 1041 run_pyc_file(FILE *fp, const char *filename, PyObject *globals, in run_pyc_file() function
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 53 static PyObject *run_pyc_file(FILE *, const char *, PyObject *, PyObject *, 955 v = run_pyc_file(fp, filename, d, d, flags); in PyRun_SimpleFileExFlags() 1391 run_pyc_file(FILE *fp, const char *filename, PyObject *globals, in run_pyc_file() function
|