cf.Count.__rmod__

Count.__rmod__(y)[source]

The binary arithmetic operation % with reflected operands.

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

New in version 1.0.