Skip to main content
Log in

Mojo module

counter

Defines the Counter type.

You can import these APIs from the collections package. For example:

from collections import Counter
from collections import Counter

Structs

  • Counter: A container for counting hashable items.
  • CountTuple: A tuple representing a value and its count in a Counter.

Was this page helpful?