Python中__eq__注意點

eq注意點 代碼塊:python class A: def __eq__(self, other): print(self) print(other) # if self.__dict__ == other.__dict__: if self == other: # 此處至關於一直在反覆的執行 a == b
相關文章
相關標籤/搜索