Oct-20-2019, 07:00 AM
The first problem is that
def self.spam(...): ...is not valid python code. It should be
def spam(self, ...): ...