Home | History | Annotate | Download | only in Lib

Lines Matching defs:__floordiv__

1545     def __floordiv__(self, other, context=None):
1574 """Swaps self/other and returns __floordiv__."""
1578 return other.__floordiv__(self, context=context)
4238 r = a.__floordiv__(b, context=self)