Home
/
Python 3.11
/
Typing
/
Counter
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Typing
Counter
Python 3.11
Deprecated alias to collections.Counter.
Syntax
PYTHON
Copy
class typing.Counter(collections.Counter, Dict[T, int])
See Also
collections.Counter
collections.Counter
Generic Alias Type