def incr()

in shumway/__init__.py [0:0]


    def incr(self, value=1):
        self.update(self.value + value)