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

Lines Matching defs:__floordiv__

1547     def __floordiv__(self, other, context=None):
1576 """Swaps self/other and returns __floordiv__."""
1580 return other.__floordiv__(self, context=context)
4238 r = a.__floordiv__(b, context=self)