Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h31 PyAPI_FUNC(PyObject *) PyInterpreterState_GetDict(PyInterpreterState *);
/external/python/cpython3/Modules/_testcapi/
Dcode.c10 PyObject *interp_dict = PyInterpreterState_GetDict(interp); // borrowed in get_code_extra_index()
/external/python/cpython3/PC/
Dpython3dll.c323 EXPORT_FUNC(PyInterpreterState_GetDict)
/external/python/cpython3/Doc/data/
Dstable_abi.dat333 func,PyInterpreterState_GetDict,3.8,,
Dpython3.13.abi374 …<elf-symbol name='PyInterpreterState_GetDict' type='func-type' binding='global-binding' visibility…
28649PyInterpreterState_GetDict' mangled-name='PyInterpreterState_GetDict' filepath='Python/pystate.c' …
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a3.rst197 PyInterpreterState_GetDict(). This parallels PyThreadState_GetDict().
/external/python/cpython3/Modules/
D_datetimemodule.c119 PyObject *dict = PyInterpreterState_GetDict(interp); in get_current_module()
180 PyObject *dict = PyInterpreterState_GetDict(interp); in set_current_module()
198 PyObject *dict = PyInterpreterState_GetDict(interp); in clear_current_module()
/external/python/cpython3/Python/
Dpystate.c1182 PyInterpreterState_GetDict(PyInterpreterState *interp) in PyInterpreterState_GetDict() function
/external/python/cpython3/Misc/
Dstable_abi.toml2140 [function.PyInterpreterState_GetDict]
/external/python/cpython3/Doc/c-api/
Dinit.rst1428 .. c:function:: PyObject* PyInterpreterState_GetDict(PyInterpreterState *interp)