mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
3 lines
578 B
Python
3 lines
578 B
Python
# The following has been generated automatically from src/core/qgsvectorfilewritertask.h
|
|
QgsVectorFileWriterTask.__attribute_docs__ = {'writeComplete': 'Emitted when writing the layer is successfully completed. The ``newFilename``\nparameter indicates the file path for the written file.\n\n.. note::\n\n this signal is deprecated in favor of :py:func:`~QgsVectorFileWriterTask.completed`.\n', 'errorOccurred': 'Emitted when an error occurs which prevented the file being written (or if\nthe task is canceled). The writing ``error`` and ``errorMessage`` will be reported.\n'}
|