quotientRemainder(x, y)
The quotient and remainder when x is divided by y. This calls Python's built-in divmod function.
|
|
If just one of the arguments is a python object, then the other is converted to a python object using toPython.
|
|