Why is @somesynatax used on a line before people define a method for thier Model in App Engine?
- by indiehacker
Why are these used prior to defining a method for a model?
@classmethod
@staticmethod
What is the difference between them? Are there others I should be aware of?
Must I use them?