QGIS/python/core/auto_additions/qgsvectorfilewritertask.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

7 lines
759 B
Python

# The following has been generated automatically from src/core/qgsvectorfilewritertask.h
try:
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'}
QgsVectorFileWriterTask.__signal_arguments__ = {'writeComplete': ['newFilename: str'], 'errorOccurred': ['error: int', 'errorMessage: str']}
except NameError:
pass