Home
last modified time | relevance | path

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

12

/external/python/cpython3/Include/
Ddictobject.h26 PyAPI_FUNC(void) PyDict_Clear(PyObject *mp);
/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/cpython2/PC/os2vacpp/
Dpython.def120 PyDict_Clear
/external/python/cffi/c/
Dcdlopen.c71 PyDict_Clear(lib->l_dict); in ffi_dlclose()
/external/python/cpython2/Doc/c-api/
Ddict.rst58 .. c:function:: void PyDict_Clear(PyObject *p)
/external/python/cpython3/PC/
Dpython3.def94 PyDict_Clear=python39.PyDict_Clear
/external/python/cpython3/Objects/
Dodictobject.c1225 PyDict_Clear((PyObject *)od); in odict_clear()
1519 PyDict_Clear((PyObject *)od); in odict_tp_clear()
Ddictobject.c1727 PyDict_Clear(PyObject *op) in PyDict_Clear() function
3032 PyDict_Clear((PyObject *)mp); in dict_clear()
3158 PyDict_Clear(op); in dict_tp_clear()
/external/python/cpython3/Doc/c-api/
Ddict.rst46 .. 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.c552 PyDict_Clear(modules); in _PyImport_Cleanup()
566 PyDict_Clear(interp->builtins); in _PyImport_Cleanup()
D_warnings.c408 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.c1278 PyDict_Clear(self->cache); in lru_cache_cache_clear()
D_json.c1154 PyDict_Clear(self->memo); in scanner_call()
D_struct.c2115 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.dat496 PyDict_Clear:void:::
497 PyDict_Clear:PyObject*:p:0:
/external/python/pybind11/include/pybind11/
Dpytypes.h1299 void clear() const { PyDict_Clear(ptr()); } in clear()

12