class Example(object): def __init__(self): self.total = 0 def inctotal(self): self.total += 1