mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
6 lines
426 B
Python
6 lines
426 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
|