python中ls?
print("%s调用了哈希方法"%self.name) return hash(id(self)
) def __eq__(self, other)
: print("%s调用了eq方法"
) if self.__dict__ == other.__di