Searched refs:_PyDict_DelItemIf (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Modules/ |
D | _weakref.c | 64 if (_PyDict_DelItemIf(dct, key, is_dead_weakref) < 0) { in _weakref__remove_dead_weakref_impl()
|
/external/python/cpython2/Modules/ |
D | _weakref.c | 31 if (_PyDict_DelItemIf(dct, key, is_dead_weakref) < 0) { in remove_dead_weakref()
|
/external/python/cpython2/Include/ |
D | dictobject.h | 114 PyAPI_FUNC(int) _PyDict_DelItemIf(PyObject *mp, PyObject *key,
|
/external/python/cpython3/Include/ |
D | dictobject.h | 91 PyAPI_FUNC(int) _PyDict_DelItemIf(PyObject *mp, PyObject *key,
|
/external/python/cpython2/Objects/ |
D | dictobject.c | 898 _PyDict_DelItemIf(PyObject *op, PyObject *key, in _PyDict_DelItemIf() function
|
/external/python/cpython3/Objects/ |
D | dictobject.c | 1564 _PyDict_DelItemIf(PyObject *op, PyObject *key, in _PyDict_DelItemIf() function
|