MCPcopy Index your code
hub / github.com/clips/pattern / __init__

Method __init__

pattern/metrics.py:22–23  ·  view source on GitHub ↗
(self, iterable=None, **kwargs)

Source from the content-addressed store, hash-verified

20class Counter(dict):
21
22 def __init__(self, iterable=None, **kwargs):
23 self.update(iterable, **kwargs)
24
25 def __missing__(self, k):
26 return 0

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected