Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpystate.h8 PyAPI_FUNC(PyObject *) _PyInterpreterState_GetMainModule(PyInterpreterState *);
/third_party/python/Python/
Dpystate.c591 _PyInterpreterState_GetMainModule(PyInterpreterState *interp) in _PyInterpreterState_GetMainModule() function
/third_party/python/Modules/
D_xxsubinterpretersmodule.c1870 PyObject *main_mod = _PyInterpreterState_GetMainModule(interp); in _run_script()