mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
522 B
Python
9 lines
522 B
Python
# The following has been generated automatically from src/core/qgstransaction.h
|
|
try:
|
|
QgsTransaction.__attribute_docs__ = {'afterRollback': 'Emitted after a rollback\n', 'dirtied': 'Emitted if a sql query is executed and the underlying data is modified\n'}
|
|
QgsTransaction.create = staticmethod(QgsTransaction.create)
|
|
QgsTransaction.supportsTransaction = staticmethod(QgsTransaction.supportsTransaction)
|
|
QgsTransaction.__signal_arguments__ = {'dirtied': ['sql: str', 'name: str']}
|
|
except NameError:
|
|
pass
|