QGIS/python/core/auto_additions/qgsfeaturerequest.py
2024-12-03 07:47:10 +00:00

6 lines
253 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