Home
last modified time | relevance | path

Searched refs:PyDict_Clear (Results 1 – 17 of 17) sorted by relevance

/third_party/python/Include/
Ddictobject.h26 PyAPI_FUNC(void) PyDict_Clear(PyObject *mp);
/third_party/python/Python/
Dpystate.c335 PyDict_Clear(interp->sysdict); in interpreter_clear()
336 PyDict_Clear(interp->builtins); in interpreter_clear()
Dpylifecycle.c1416 PyDict_Clear(modules); in finalize_clear_modules_dict()
1435 PyDict_Clear(interp->builtins); in finalize_restore_builtins()
D_warnings.c402 PyDict_Clear(registry); in already_warned()
Dcodecs.c70 PyDict_Clear(interp->codec_search_cache); in PyCodec_Unregister()
/third_party/python/Objects/
Dodictobject.c1223 PyDict_Clear((PyObject *)od); in odict_clear()
1517 PyDict_Clear((PyObject *)od); in odict_tp_clear()
Ddictobject.c1777 PyDict_Clear(PyObject *op) in PyDict_Clear() function
3138 PyDict_Clear((PyObject *)mp); in dict_clear()
3265 PyDict_Clear(op); in dict_tp_clear()
Dtypeobject.c4305 PyDict_Clear(type->tp_dict); in type_clear()
Dunicodeobject.c15979 PyDict_Clear(interned); in _PyUnicode_ClearInterned()
/third_party/python/Doc/c-api/
Ddict.rst46 .. c:function:: void PyDict_Clear(PyObject *p)
/third_party/python/Doc/data/
Dstable_abi.dat100 function,PyDict_Clear,3.2,
Drefcounts.dat496 PyDict_Clear:void:::
497 PyDict_Clear:PyObject*:p:0:
/third_party/python/PC/
Dpython3dll.c166 EXPORT_FUNC(PyDict_Clear)
/third_party/python/Modules/
D_functoolsmodule.c1319 PyDict_Clear(self->cache); in lru_cache_cache_clear()
D_json.c1157 PyDict_Clear(self->memo); in scanner_call()
D_struct.c2136 PyDict_Clear(state->cache); in cache_struct_converter()
/third_party/python/Misc/
Dstable_abi.txt468 function PyDict_Clear