Searched refs:_count_elements (Results 1 – 4 of 4) sorted by relevance
503 def _count_elements(mapping, iterable): function510 from _collections import _count_elements670 _count_elements(self, iterable)
17 from collections import namedtuple, Counter, OrderedDict, _count_elements2297 _count_elements(d, elems)2301 _count_elements(m, elems)
262 Modules/_collectionsmodule.c:_count_elements():PyId___setitem__ _Py_IDENTIFIER(__setitem__)263 Modules/_collectionsmodule.c:_count_elements():PyId_get _Py_IDENTIFIER(get)
3162 Converted _collections._count_elements to use the Argument Clinic.