Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_collectionsmodule.c.h15 _collections__count_elements_impl(PyObject *module, PyObject *mapping,
30 return_value = _collections__count_elements_impl(module, mapping, iterable); in _collections__count_elements()
/external/python/cpython3/Modules/
D_collectionsmodule.c2285 _collections__count_elements_impl(PyObject *module, PyObject *mapping, in _collections__count_elements_impl() function