Lines Matching refs:other
162 def __ne__(self, other): argument
178 rhs = other
180 lhs = other
427 def compare(self, other): argument
431 keys2 = frozenset(list(other.keys()))
439 (self.name, other.name))
446 (other.name, self.name))
448 print(("\t%s" % str(other[path])))
453 if self[path] != other[path]:
457 % (self.name, other.name))
459 print(("%14s %s" % (other.name, other[path])))