[PyQt] C++ operator-> from python

John Beuving johnbeuving at gmail.com
Fri Feb 4 12:53:32 GMT 2011


Hi,

I have a lot of C++ database records where the data of the records can 
be accessed through an operator->
I want to access the data of the record from python. Apparently SIP 
doesn't support operator->.
I have looked at using __getattr__ to get information from the records, 
which could make it work.
What is the best way to implement the operator->

John


More information about the PyQt mailing list