Beispiel #1
0
 def __mod__(self, other):
     return _ffi_api._OpFloorMod(self, other)
Beispiel #2
0
 def __rmod__(self, other):
     return _ffi_api._OpFloorMod(other, self)
Beispiel #3
0
 def __rmod__(self, other):
     return _ffi_api._OpFloorMod(other, self, None)  # type: ignore