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

Method __repr__

pattern/metrics.py:55–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 dict.__delitem__(self, k)
54
55 def __repr__(self):
56 return "Counter({%s})" % ", ".join("%r: %r" % e for e in self.most_common())
57
58try:
59 # Import Counter from Python 2.7+ if possible.

Callers

nothing calls this directly

Calls 1

most_commonMethod · 0.95

Tested by

no test coverage detected