예제 #1
0
파일: label.py 프로젝트: steiler/exabgp
 def __eq__(self, other):
     return \
      INET.__eq__(self, other) and \
      self.labels == other.labels
예제 #2
0
 def __eq__(self, other):
     return self.labels == other.labels and INET.__eq__(self, other)
예제 #3
0
	def __eq__ (self, other):
		return \
			INET.__eq__(self, other) and \
			self.labels == other.labels