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

10 lines
371 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'}
except (NameError, AttributeError):
pass
try:
QgsAbstractFeatureSource.__abstract_methods__ = ['getFeatures']
except (NameError, AttributeError):
pass