mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
10 lines
371 B
Python
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
|