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