Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Ddictobject.c.h290 dict_items_impl(PyDictObject *self);
295 return dict_items_impl(self); in dict_items()
/external/python/cpython3/Objects/
Ddictobject.c6517 dict_items_impl(PyDictObject *self) function