cf.Index.__rtruediv__

Index.__rtruediv__(y)[source]

The binary arithmetic operation / (true division) with reflected operands.

x.__rtruediv__(y) <==> y/x