Exemplo n.º 1
0
 def __eq__(self, other):
     return \
      INET.__eq__(self, other) and \
      self.labels == other.labels
Exemplo n.º 2
0
 def __eq__(self, other):
     return self.labels == other.labels and INET.__eq__(self, other)
Exemplo n.º 3
0
	def __eq__ (self, other):
		return \
			INET.__eq__(self, other) and \
			self.labels == other.labels