Home
last modified time | relevance | path

Searched refs:PyInterpreterState_GetDict (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dpystate.h41 PyAPI_FUNC(PyObject *) PyInterpreterState_GetDict(PyInterpreterState *);
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a3.rst197 PyInterpreterState_GetDict(). This parallels PyThreadState_GetDict().
/external/python/cpython3/Python/
Dpystate.c554 PyInterpreterState_GetDict(PyInterpreterState *interp) in PyInterpreterState_GetDict() function
/external/python/cpython3/Doc/c-api/
Dinit.rst1129 .. c:function:: PyObject* PyInterpreterState_GetDict(PyInterpreterState *interp)