Example #1
0
 def meth(self, other, *args, **kwargs):
     return elemwise(comparison, self, other, *args, **kwargs)
Example #2
0
 def geom_equals_exact(self, other, tolerance):
     comparison = self._partition_type.geom_equals_exact
     return elemwise(comparison, self, other, tolerance)