QGIS/python/core/auto_additions/qgsdatasourceuri.py
2024-12-03 07:47:10 +00:00

9 lines
434 B
Python

# The following has been generated automatically from src/core/qgsdatasourceuri.h
QgsDataSourceUri.SslMode.baseClass = QgsDataSourceUri
try:
QgsDataSourceUri.removePassword = staticmethod(QgsDataSourceUri.removePassword)
QgsDataSourceUri.decodeSslMode = staticmethod(QgsDataSourceUri.decodeSslMode)
QgsDataSourceUri.encodeSslMode = staticmethod(QgsDataSourceUri.encodeSslMode)
except (NameError, AttributeError):
pass