Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/collections/
D__init__.py519 def _count_elements(mapping, iterable): function
526 from _collections import _count_elements
679 _count_elements(self, iterable)
/external/python/cpython3/Lib/test/
Dtest_collections.py16 from collections import namedtuple, Counter, OrderedDict, _count_elements
2278 _count_elements(d, elems)
2282 _count_elements(m, elems)
/external/python/cpython3/Tools/c-analyzer/
DTODO267 Modules/_collectionsmodule.c:_count_elements():PyId___setitem__ _Py_IDENTIFIER(__setitem__)
268 Modules/_collectionsmodule.c:_count_elements():PyId_get _Py_IDENTIFIER(get)
Dknown.tsv1149 Modules/_collectionsmodule.c _count_elements PyId_get variable _Py_IDENTIFIER(get)
1357 Modules/_collectionsmodule.c _count_elements PyId___setitem__ variable _Py_IDENTIFIER(__setitem__)
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst3162 Converted _collections._count_elements to use the Argument Clinic.