<div dir="ltr"><div><div>I've been happily using the "<<" insertion operator to write to QTextStreams for some time now, and only recently realized that "<<" is binary shift left in standard Python. Well, not so much realized, as had it rubbed in my face by PyLint, which warns that "stream << string" is an expression whose value is not being assigned.<br><br>Somehow a QTextStream (derived) object arranges an overloaded meaning of ".write()" onto this operator. But where/how is the overload done?<br><br></div>Thanks for any pointers<br></div>Dave Cortesi<br></div>