Post #1205888
2025-04-13 21:18 UTC
The PyQGIS API reference is looking pretty darn awesome these days 🤩https://qgis.org/pyqgis/master/core/QgsMapLayer.html
Replies (3)
-
@sgillies@mastodon.social 2025-04-13 21:29
@nyalld what does "virtual" signify at https://qgis.org/pyqgis/master/core/QgsMapLayer.html#qgis.core.QgsMapLayer.isModified? Python doesn't have virtual functions. Or you could consider all Python methods to be virtual, if you want.
-
@dan613@ottawa.place 2025-04-14 11:25
@nyalld @mzedp That is quite impressive.
-
@geojulien@mapstodon.space 2025-04-14 12:04
@nyalld Nice! Do you have a hyperlink or screenshot of any previous version to compare with? To make people like me realize the huge work done here!