MCPcopy Index your code
hub / github.com/LabPy/lantz / __init__

Method __init__

lantz/stats.py:42–44  ·  view source on GitHub ↗
(self, value=None)

Source from the content-addressed store, hash-verified

40 """
41
42 def __init__(self, value=None):
43 if value is not None:
44 self.add(value)
45
46 def __getattr__(self, key):
47 if key in ('last', 'count', 'sum', 'sum2'):

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected