Example #1
0
 def __eq__(self, other):
     return \
      INET.__eq__(self, other) and \
      self.labels == other.labels
Example #2
0
 def __eq__(self, other):
     return self.labels == other.labels and INET.__eq__(self, other)
Example #3
0
	def __eq__ (self, other):
		return \
			INET.__eq__(self, other) and \
			self.labels == other.labels