I'm starting out in Python and have a base level understanding but still learning the architecture.
consider this method and the decorator (I think) above it:
I see documentation on a @classmethod
here, but this appears to be something else.
My question: What is it, where is the documentation on it, and how does it work?