<div dir="ltr">Is there a list somewhere of which QVariant-supported Qt value types are available in PyQt5 and which ones are auto-converted to corresponding Python types, and which Python types those are?<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 29, 2014 at 1:54 AM, Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 29/12/2014 9:14 am, iMath wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
why not replace QByteArray with Python's bytes ?‍<br>
</blockquote>
<br></span>
I assume you mean bytearray not bytes (which isn't mutable).<br>
<br>
They can be very large which would mean lots of memory copies. That's an entirely subjective opinion, nobody has done any measurements.<br>
<br>
Besides as QByteArray implements the buffer and sequence protocols they are prety interchangeable anyway.<br>
<br>
Phil<br>
______________________________<u></u>_________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" target="_blank">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.<u></u>com/mailman/listinfo/pyqt</a></blockquote></div><br></div>