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

Lines Matching defs:__divmod__

1395     def __divmod__(self, other, context=None):
1432 """Swaps self/other and returns __divmod__."""
1436 return other.__divmod__(self, context=context)
4259 r = a.__divmod__(b, context=self)