QgsProcessingAlgorithm needs to implement this useless method
(createInstance) in my view of point.

Why do we even need the createInstance method? Couldn’t it be generic:

def createInstance(self):
    return self.__class__()

Greetings,
Caio Hamamura
_______________________________________________
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to