QGIS/python/core/auto_additions/qgsfeaturerequest.py
2024-08-14 13:05:46 +10:00

6 lines
235 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:
pass