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

8 lines
405 B
Python

# The following has been generated automatically from src/core/vector/qgsvectorlayerfeaturecounter.h
try:
QgsVectorLayerFeatureCounter.__attribute_docs__ = {'symbolsCounted': 'Emitted when the symbols have been counted.\n'}
QgsVectorLayerFeatureCounter.__overridden_methods__ = ['run', 'cancel']
QgsVectorLayerFeatureCounter.__group__ = ['vector']
except (NameError, AttributeError):
pass