def incr()
in
shumway/__init__.py [0:0]
2
lines of code
1
McCabe index (conditional complexity)
def incr(self, value=1): self.update(self.value + value)