Lines Matching refs:Counter
2026 ' internal counter is used to keep track of which item is used '
2028 ' and this is incremented on each iteration. When this counter '
4588 ' internal counter is used to keep track of which item is used next,\n'
4589 ' and this is incremented on each iteration. When this counter has\n'
6855 ' Unicode code points. This may be counter-intuitive '
11638 ' >>> class Counter(dict):\n'
11641 ' >>> c = Counter()\n'
11649 ' "collections.Counter". A different "__missing__" '