Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpystate.h41 PyAPI_FUNC(PyObject *) PyInterpreterState_GetDict(PyInterpreterState *);
/third_party/python/Doc/data/
Dstable_abi.dat315 function,PyInterpreterState_GetDict,3.8,
/third_party/python/PC/
Dpython3dll.c303 EXPORT_FUNC(PyInterpreterState_GetDict)
/third_party/python/Misc/NEWS.d/
D3.8.0a3.rst197 PyInterpreterState_GetDict(). This parallels PyThreadState_GetDict().
/third_party/python/Python/
Dpystate.c601 PyInterpreterState_GetDict(PyInterpreterState *interp) in PyInterpreterState_GetDict() function
/third_party/python/Misc/
Dstable_abi.txt2039 function PyInterpreterState_GetDict
/third_party/python/Doc/c-api/
Dinit.rst1166 .. c:function:: PyObject* PyInterpreterState_GetDict(PyInterpreterState *interp)