Searched refs:_PyRun_AnyFileObject (Results 1 – 3 of 3) sorted by relevance
16 PyAPI_FUNC(int) _PyRun_AnyFileObject(
353 int run = _PyRun_AnyFileObject(fp, filename, 1, &cf); in pymain_run_file_obj()
69 _PyRun_AnyFileObject(FILE *fp, PyObject *filename, int closeit, in _PyRun_AnyFileObject() function116 int res = _PyRun_AnyFileObject(fp, filename_obj, closeit, flags); in PyRun_AnyFileExFlags()