Home
last modified time | relevance | path

Searched refs:_count_elements (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/collections/
D__init__.py486 def _count_elements(mapping, iterable): function
493 from _collections import _count_elements
653 _count_elements(self, iterable)
/external/python/cpython3/Lib/test/
Dtest_collections.py17 from collections import namedtuple, Counter, OrderedDict, _count_elements
1984 _count_elements(d, elems)
1988 _count_elements(m, elems)
/external/python/cpython3/Modules/
D_collectionsmodule.c2259 _count_elements(PyObject *self, PyObject *args) in _count_elements() function
2374 {"_count_elements", _count_elements, METH_VARARGS, _count_elements_doc},