# Here is an example from https://wiki.python.org/moin/PythonDecorators#Examples @classmethod def foo (arg1, arg2): .... # https://wiki.python.org/moin/PythonDecoratorLibrary has more examples