QGIS/python/core/auto_additions/qgstransactiongroup.py
2024-09-08 16:06:22 +10:00

10 lines
341 B
Python

# The following has been generated automatically from src/core/qgstransactiongroup.h
try:
QgsTransactionGroup.__attribute_docs__ = {'commitError': 'Will be emitted whenever there is a commit error\n'}
except NameError:
pass
try:
QgsTransactionGroup.__signal_arguments__ = {'commitError': ['msg: str']}
except NameError:
pass