Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpystate.h14 PyAPI_FUNC(PyObject *) _PyInterpreterState_GetMainModule(PyInterpreterState *);
/external/python/cpython3/Python/
Dpystate.c544 _PyInterpreterState_GetMainModule(PyInterpreterState *interp) in _PyInterpreterState_GetMainModule() function
/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c1878 PyObject *main_mod = _PyInterpreterState_GetMainModule(interp); in _run_script()