Searched refs:_vectorOp (Results 1 – 1 of 1) sorted by relevance
140 def _vectorOp(self, other, op): member in Vector159 return Vector(self._vectorOp(other, operator.add), keep=True)161 self.values = self._vectorOp(other, operator.add)166 return Vector(self._vectorOp(other, operator.sub), keep=True)168 self.values = self._vectorOp(other, operator.sub)