mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-17 00:09:36 -04:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
10 lines
576 B
Python
10 lines
576 B
Python
# The following has been generated automatically from src/core/network/qgsnetworkcontentfetcher.h
|
|
try:
|
|
QgsNetworkContentFetcher.__attribute_docs__ = {'finished': 'Emitted when content has loaded\n', 'downloadProgress': 'Emitted when data is received.\n\n.. versionadded:: 3.2\n', 'errorOccurred': 'Emitted when an error with ``code`` error occurred while processing the request\n``errorMsg`` is a textual description of the error\n\n.. versionadded:: 3.22\n'}
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsNetworkContentFetcher.__group__ = ['network']
|
|
except NameError:
|
|
pass
|