Home | History | Annotate | Download | only in python2.7

Lines Matching defs:_divide

1352     def _divide(self, other, context):
1427 quotient, remainder = self._divide(other, context)
1461 remainder = self._divide(other, context)[1]
1573 return self._divide(other, context)[0]