Home
last modified time | relevance | path

Searched refs:_PyDict_DelItemIf (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Modules/
D_weakref.c64 if (_PyDict_DelItemIf(dct, key, is_dead_weakref) < 0) { in _weakref__remove_dead_weakref_impl()
/external/python/cpython2/Modules/
D_weakref.c31 if (_PyDict_DelItemIf(dct, key, is_dead_weakref) < 0) { in remove_dead_weakref()
/external/python/cpython2/Include/
Ddictobject.h114 PyAPI_FUNC(int) _PyDict_DelItemIf(PyObject *mp, PyObject *key,
/external/python/cpython3/Include/
Ddictobject.h91 PyAPI_FUNC(int) _PyDict_DelItemIf(PyObject *mp, PyObject *key,
/external/python/cpython2/Objects/
Ddictobject.c898 _PyDict_DelItemIf(PyObject *op, PyObject *key, in _PyDict_DelItemIf() function
/external/python/cpython3/Objects/
Ddictobject.c1564 _PyDict_DelItemIf(PyObject *op, PyObject *key, in _PyDict_DelItemIf() function