Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-52231.py
File
recipe-52231.py
recipes/Python/52231_Count_items_sort/recipe-52231.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Counter:
2
def
__init__(self):
3
self.dict = {}
4
def
add(self,item):
Callers
nothing calls this directly
Calls
4
Counter
Class · 0.70
split
Method · 0.45
add
Method · 0.45
counts
Method · 0.45
Tested by
no test coverage detected