1
sasic OP class school():
def __init__(self, c): self.c=c def A def B |
2
aijam 2019-03-22 00:24:20 +08:00
yes and no。这只是一个 anti-pattern workaround,注意这里的 decorator 不是 method。虽然也可以定义成 method,但是需要更多的 hack。
https://gist.github.com/czheo/a976c92f60c6757f6e9dd316174eea6f |