MCPcopy 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

1class Counter:
2 def __init__(self):
3 self.dict = {}
4 def add(self,item):

Callers

nothing calls this directly

Calls 4

CounterClass · 0.70
splitMethod · 0.45
addMethod · 0.45
countsMethod · 0.45

Tested by

no test coverage detected