Home
last modified time | relevance | path

Searched refs:_PyInterpreterState_GetIDObject (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_interpreteridobject.h16 PyAPI_FUNC(PyObject *) _PyInterpreterState_GetIDObject(PyInterpreterState *);
/third_party/python/Objects/
H A Dinterpreteridobject.c274 _PyInterpreterState_GetIDObject(PyInterpreterState *interp) in _PyInterpreterState_GetIDObject() function
/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c2017 PyObject *idobj = _PyInterpreterState_GetIDObject(interp); in interp_create()
2102 id = _PyInterpreterState_GetIDObject(interp); in interp_list_all()
2134 return _PyInterpreterState_GetIDObject(interp); in interp_get_current()
2368 id_obj = _PyInterpreterState_GetIDObject(interp); in channel_list_interpreters()

Completed in 5 milliseconds