mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
17 lines
815 B
Python
17 lines
815 B
Python
# The following has been generated automatically from src/core/qgscredentials.h
|
|
try:
|
|
QgsCredentialsNone.__attribute_docs__ = {'destroyed': "signals that object will be destroyed and shouldn't be used anymore\n"}
|
|
QgsCredentialsNone.__overridden_methods__ = ['request', 'requestMasterPassword']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsCredentialsConsole.__attribute_docs__ = {'destroyed': "signals that object will be destroyed and shouldn't be used anymore\n"}
|
|
QgsCredentialsConsole.__overridden_methods__ = ['request', 'requestMasterPassword']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsCredentials.instance = staticmethod(QgsCredentials.instance)
|
|
QgsCredentials.__abstract_methods__ = ['request', 'requestMasterPassword']
|
|
except (NameError, AttributeError):
|
|
pass
|