<div dir="ltr"><div>Hello</div><div><br></div><div>I am working on a PyQt app that features a large QTableView driven by a custom QAbstractTableModel implementation. Profiling shows that even after heavy optimization, the program spends a lot of time calling QAbstractItemModel.data method.<br><br>I think that QAbstractItemModel.multiData method could improve the performance considerably, however it seems that PyQt does not support this binding (since it does not even support QModelRoleDataSpan).</div><div><br></div><div>My question is: is there any plan of supporting QAbstractItemModel.multiData method in the future? If there is no such plan yet, I would like to cast my vote and humbly request this binding in some future version of PyQt.</div><div><br></div><div>Thanks a lot.</div><div><br></div><div>Kind regards</div><div>Jakub<br></div></div>