Lines Matching defs:equivalent
150 is equivalent to when constructing the replacement expression. This is
272 def equivalent(self, other):
273 """Check that two constants are equivalent.
335 def equivalent(self, other):
336 """Check that two variables are equivalent.
411 def equivalent(self, other):
412 """Check that two variables are equivalent.
431 return all(s.equivalent(o) for s, o in zip(self.sources, other.sources))
445 not self.sources[0].equivalent(self.sources[1]):
923 # item is equivalent to nu in "Tree Automatons."