mikael
Mar 04, 2020 - 14:04
For regular methods, this seems to be the pattern:
def methodname_(_self, _cmd, real_arg)
What is the pattern for a class method?
For regular methods, this seems to be the pattern:
def methodname_(_self, _cmd, real_arg)
What is the pattern for a class method?