QGIS/python/PyQt6/gui/auto_additions/qgsabstractmaptoolhandler.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

14 lines
553 B
Python

# The following has been generated automatically from src/gui/qgsabstractmaptoolhandler.h
try:
QgsAbstractMapToolHandler.Context.__attribute_docs__ = {'dummy': 'Placeholder only'}
QgsAbstractMapToolHandler.Context.__doc__ = """Context of a QgsAbstractMapToolHandler call.
.. versionadded:: 3.16"""
except (NameError, AttributeError):
pass
try:
QgsAbstractMapToolHandler.__virtual_methods__ = ['setLayerForTool']
QgsAbstractMapToolHandler.__abstract_methods__ = ['isCompatibleWithLayer']
except (NameError, AttributeError):
pass