Searched refs:_PyInterpreterState_GetMainModule (Results 1 – 3 of 3) sorted by relevance
14 PyAPI_FUNC(PyObject *) _PyInterpreterState_GetMainModule(PyInterpreterState *);
524 _PyInterpreterState_GetMainModule(PyInterpreterState *interp) in _PyInterpreterState_GetMainModule() function
1863 PyObject *main_mod = _PyInterpreterState_GetMainModule(interp); in _run_script()