Home
last modified time | relevance | path

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

12

/external/python/cpython2/Python/
Ddynload_beos.c88 PyDict_Clear( beos_dyn_images ); in beos_cleanup_dyn()
Dimport.c391 PyDict_Clear(interp->modules_reloading); in imp_modules_reloading_clear()
574 PyDict_Clear(modules); in PyImport_Cleanup()
/external/python/cpython2/Include/
Ddictobject.h117 PyAPI_FUNC(void) PyDict_Clear(PyObject *mp);
/external/python/cpython3/Include/
Ddictobject.h94 PyAPI_FUNC(void) PyDict_Clear(PyObject *mp);
/external/python/cpython2/PC/os2vacpp/
Dpython.def120 PyDict_Clear
/external/python/cpython3/Objects/
Dodictobject.c1173 PyDict_Clear((PyObject *)od); in odict_clear()
1480 PyDict_Clear((PyObject *)od); in odict_tp_clear()
Ddictobject.c1614 PyDict_Clear(PyObject *op) in PyDict_Clear() function
2888 PyDict_Clear((PyObject *)mp); in dict_clear()
2997 PyDict_Clear(op); in dict_tp_clear()
Dtypeobject.c3541 PyDict_Clear(type->tp_dict); in type_clear()
/external/python/cpython3/PC/
Dpython3.def95 PyDict_Clear=python37.PyDict_Clear
/external/python/cpython3/Doc/c-api/
Ddict.rst46 .. c:function:: void PyDict_Clear(PyObject *p)
/external/python/cpython2/Doc/c-api/
Ddict.rst58 .. c:function:: void PyDict_Clear(PyObject *p)
/external/python/cpython2/Objects/
Ddictobject.c935 PyDict_Clear(PyObject *op) in PyDict_Clear() function
2082 PyDict_Clear((PyObject *)mp); in dict_clear()
2206 PyDict_Clear(op); in dict_tp_clear()
Dstringobject.c4856 PyDict_Clear(interned); in _Py_ReleaseInternedStrings()
Dtypeobject.c2867 PyDict_Clear(type->tp_dict); in type_clear()
/external/python/cpython3/Python/
Dimport.c507 PyDict_Clear(modules); in PyImport_Cleanup()
519 PyDict_Clear(interp->builtins); in PyImport_Cleanup()
D_warnings.c264 PyDict_Clear(registry); in already_warned()
/external/python/cpython2/PC/os2emx/
Dpython27.def271 "PyDict_Clear"
/external/python/cpython2/Doc/data/
Drefcounts.dat204 PyDict_Clear:void:::
205 PyDict_Clear:PyObject*:p:0:
/external/python/cpython3/Modules/
D_functoolsmodule.c1231 PyDict_Clear(self->cache); in lru_cache_cache_clear()
D_json.c1188 PyDict_Clear(s->memo); in scanner_call()
D_struct.c2078 PyDict_Clear(cache); in cache_struct_converter()
/external/python/cpython2/Modules/
D_struct.c1837 PyDict_Clear(cache); in cache_struct()
DcPickle.c2877 PyDict_Clear(self->memo); in Pickle_clear_memo()
3008 PyDict_Clear(self->memo); in Pickle_getvalue()
/external/python/cpython3/Doc/data/
Drefcounts.dat468 PyDict_Clear:void:::
469 PyDict_Clear:PyObject*:p:0:
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1700 PyDict_Clear(self->composite_fields); in CheckAndGetInteger()

12