QGIS/python/core/auto_additions/qgsgrouplayer.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
347 B
Python
Raw Normal View History

# The following has been generated automatically from src/core/qgsgrouplayer.h
try:
QgsGroupLayer.LayerOptions.__attribute_docs__ = {'transformContext': 'Coordinate transform context'}
QgsGroupLayer.LayerOptions.__doc__ = """Setting options for loading group layers.
.. versionadded:: 3.16"""
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass