[PyQt] SIP feature request (__rmul__)

Phil Thompson phil at riverbankcomputing.com
Fri Feb 1 23:09:20 GMT 2008


On Thursday 31 January 2008, Jim Crowell wrote:
> With __rmul__ not being in the list of supported special methods, is
> there any way I can implement Float*MyVectorClassInstance? If not, any
> chance of getting __rmul__ added?

That turned out to be easier than expected. Support for __radd__, __rsub__,
__rmul__, __rdiv__, __rmod__, __rlshift__, __rrshift__, __rand__, __ror__, and
__rxor__ will be in tonight's snapshot.

Phil


More information about the PyQt mailing list