Searched refs:PyInterpreterState_GetDict (Results 1 – 10 of 10) sorted by relevance
31 PyAPI_FUNC(PyObject *) PyInterpreterState_GetDict(PyInterpreterState *);
10 PyObject *interp_dict = PyInterpreterState_GetDict(interp); // borrowed in get_code_extra_index()
323 EXPORT_FUNC(PyInterpreterState_GetDict)
333 func,PyInterpreterState_GetDict,3.8,,
374 …<elf-symbol name='PyInterpreterState_GetDict' type='func-type' binding='global-binding' visibility…28649 …PyInterpreterState_GetDict' mangled-name='PyInterpreterState_GetDict' filepath='Python/pystate.c' …
197 PyInterpreterState_GetDict(). This parallels PyThreadState_GetDict().
119 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()
1182 PyInterpreterState_GetDict(PyInterpreterState *interp) in PyInterpreterState_GetDict() function
2140 [function.PyInterpreterState_GetDict]
1428 .. c:function:: PyObject* PyInterpreterState_GetDict(PyInterpreterState *interp)