python __call__

python中的__call__ 在python中一切皆爲對象,而對象可以分爲可被調用和不可被調用。可被調用的對象意思是可以在該對象後進行()操作。比如 class Student(object): def __init__(self, name): self.name = name print(self.name) def fun():
相關文章
相關標籤/搜索