Searched refs:PyInterpreterState_GetID (Results 1 – 7 of 7) sorted by relevance
313 PyAPI_FUNC(int64_t) PyInterpreterState_GetID(PyInterpreterState *);
33 int64_t id = PyInterpreterState_GetID(interp); in print_subinterp()
263 PyInterpreterState_GetID(PyInterpreterState *interp) in PyInterpreterState_GetID() function281 PY_INT64_T id = PyInterpreterState_GetID(interp); in _PyInterpreterState_LookUpID()
541 PyInterpreterState_GetID=python37.PyInterpreterState_GetID
1040 PyInterpreterState_GetID:int64_t:::1041 PyInterpreterState_GetID:PyInterpreterState*:interp::
1021 .. c:function:: PY_INT64_T PyInterpreterState_GetID(PyInterpreterState *interp)
1719 The new :c:func:`PyInterpreterState_GetID` returns the unique ID for a