Home
last modified time | relevance | path

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

/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()
552 PyDict_Clear(modules); in PyImport_Cleanup()
/external/python/cpython2/Include/
Ddictobject.h114 PyAPI_FUNC(void) PyDict_Clear(PyObject *mp);
/external/python/cpython2/PC/os2vacpp/
Dpython.def120 PyDict_Clear
/external/python/cpython2/Doc/c-api/
Ddict.rst58 .. c:function:: void PyDict_Clear(PyObject *p)
/external/python/cpython2/Objects/
Ddictobject.c890 PyDict_Clear(PyObject *op) in PyDict_Clear() function
2028 PyDict_Clear((PyObject *)mp); in dict_clear()
2152 PyDict_Clear(op); in dict_tp_clear()
Dstringobject.c4859 PyDict_Clear(interned); in _Py_ReleaseInternedStrings()
Dtypeobject.c2827 PyDict_Clear(type->tp_dict); in type_clear()
/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/cpython2/Modules/
D_struct.c1833 PyDict_Clear(cache); in cache_struct()
DcPickle.c2861 PyDict_Clear(self->memo); in Pickle_clear_memo()
2992 PyDict_Clear(self->memo); in Pickle_getvalue()
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1700 PyDict_Clear(self->composite_fields); in CheckAndGetInteger()