Home
last modified time | relevance | path

Searched refs:_PyDict_DelItemIf (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
H A Ddictobject.h43 PyAPI_FUNC(int) _PyDict_DelItemIf(PyObject *mp, PyObject *key,
/third_party/python/Modules/
H A D_weakref.c65 if (_PyDict_DelItemIf(dct, key, is_dead_weakref) < 0) { in _weakref__remove_dead_weakref_impl()
/third_party/python/Objects/
H A Ddictobject.c2036 _PyDict_DelItemIf(PyObject *op, PyObject *key, in _PyDict_DelItemIf() function

Completed in 8 milliseconds