cf.Data.__mod__

Data.__mod__(other)[source]

The binary arithmetic operation %

x.__mod__(y) <==> x % y

Previous topic

cf.Data.__pow__

Next topic

cf.Data.__radd__

This Page