QGIS/python/core/auto_additions/qgsfeaturerequest.py
Nyall Dawson 9435a84ff7 sipify
2025-04-03 01:05:31 +10:00

11 lines
435 B
Python

# The following has been generated automatically from src/core/qgsfeaturerequest.h
try:
QgsFeatureRequest.__attribute_docs__ = {'ALL_ATTRIBUTES': 'A special attribute that if set matches all attributes'}
QgsFeatureRequest.__annotations__ = {'ALL_ATTRIBUTES': str}
except (NameError, AttributeError):
pass
try:
QgsAbstractFeatureSource.__abstract_methods__ = ['getFeatures']
except (NameError, AttributeError):
pass