in shumway/__init__.py [0:0]
def __init__(self, what, key, attributes=None, resources=None, tags=None):
Meter.__init__(self, what, key, attributes, resources, tags)
self._attributes.update({'unit': 'ns'})
self._start = None
self.value = None