Home
last modified time | relevance | path

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

/third_party/python/Lib/collections/
D__init__.py503 def _count_elements(mapping, iterable): function
510 from _collections import _count_elements
670 _count_elements(self, iterable)
/third_party/python/Lib/test/
Dtest_collections.py17 from collections import namedtuple, Counter, OrderedDict, _count_elements
2297 _count_elements(d, elems)
2301 _count_elements(m, elems)
/third_party/python/Tools/c-analyzer/
DTODO262 Modules/_collectionsmodule.c:_count_elements():PyId___setitem__ _Py_IDENTIFIER(__setitem__)
263 Modules/_collectionsmodule.c:_count_elements():PyId_get _Py_IDENTIFIER(get)
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst3162 Converted _collections._count_elements to use the Argument Clinic.