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