예제 #1
0
파일: timedeltas.py 프로젝트: Itay4/pandas
 def method(self, other):
     result = meth(self._data, maybe_unwrap_index(other))
     return wrap_arithmetic_op(self, other, result)
예제 #2
0
 def method(self, other):
     result = meth(self._data, maybe_unwrap_index(other))
     return wrap_arithmetic_op(self, other, result)