Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Ddictobject.c.h308 dict_values_impl(PyDictObject *self);
313 return dict_values_impl(self); in dict_values()
/external/python/cpython3/Objects/
Ddictobject.c6607 dict_values_impl(PyDictObject *self) function