def meth(self, other, *args, **kwargs): return elemwise(comparison, self, other, *args, **kwargs)
def geom_equals_exact(self, other, tolerance): comparison = self._partition_type.geom_equals_exact return elemwise(comparison, self, other, tolerance)