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

10 lines
401 B
Python

# The following has been generated automatically from src/core/qgscachedfeatureiterator.h
try:
QgsCachedFeatureIterator.__overridden_methods__ = ['rewind', 'close', 'fetchFeature', 'nextFeatureFilterFids']
except (NameError, AttributeError):
pass
try:
QgsCachedFeatureWriterIterator.__overridden_methods__ = ['rewind', 'close', 'fetchFeature']
except (NameError, AttributeError):
pass