Home
last modified time | relevance | path

Searched refs:dict_popitem_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/clinic/
Ddictobject.c.h169 dict_popitem_impl(PyDictObject *self);
174 return dict_popitem_impl(self); in dict_popitem()
/third_party/python/Objects/
Ddictobject.c3172 dict_popitem_impl(PyDictObject *self) in dict_popitem_impl() function