我对我一直在看的一些代码提出了一些问题。当它写在 Python 中的方法定义之上时,@staticmethod
and是什么意思,如下所示?@property
@staticmethod
def methodName(parameter):
Class_Name.CONSTANT_VARIABLE = parameter
@property
def methodName(parameter):
Class_Name.CONSTANT_VARIABLE = parameter