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

Lines Matching refs:_round

2542     def _round(self, places, rounding):
2553 raise ValueError("argument should be at least 1 in _round")
3683 self = self._round(precision+1, rounding)
3687 self = self._round(precision, rounding)