QGIS/python/core/auto_additions/qgsnetworkcontentfetcherregistry.py
Nyall Dawson 3f481b568e Record header subfolders as __group__ attribute in PyQGIS classes
This will allow us to logically create subgroups for PyQGIS modules
in the API reference guide
2024-08-17 20:13:12 +10:00

14 lines
597 B
Python

# The following has been generated automatically from src/core/network/qgsnetworkcontentfetcherregistry.h
try:
QgsFetchedContent.__attribute_docs__ = {'fetched': 'Emitted when the file is fetched and accessible\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:
QgsFetchedContent.__group__ = ['network']
except NameError:
pass
try:
QgsNetworkContentFetcherRegistry.__group__ = ['network']
except NameError:
pass