Lines Matching refs:other
159 def __ne__(self, other): argument
175 rhs = other
177 lhs = other
405 def compare(self, other): argument
409 keys2 = frozenset(other.keys())
417 (self.name, other.name)
424 (other.name, self.name)
426 print("\t%s" % str(other[path]))
431 if self[path] != other[path]:
435 % (self.name, other.name)
437 print("%14s %s" % (other.name, other[path]))