class SuperClass(object): def __init__(self): pass def this_should_be_in_super(self, some_argument): self.argument = some_argument