mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-18 00:06:00 -04:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
11 lines
437 B
Python
11 lines
437 B
Python
# The following has been generated automatically from src/core/raster/qgsrasteriterator.h
|
|
try:
|
|
QgsRasterIterator.__attribute_docs__ = {'DEFAULT_MAXIMUM_TILE_WIDTH': 'Default maximum tile width', 'DEFAULT_MAXIMUM_TILE_HEIGHT': 'Default maximum tile height'}
|
|
except NameError:
|
|
pass
|
|
QgsRasterIterator.subRegion = staticmethod(QgsRasterIterator.subRegion)
|
|
try:
|
|
QgsRasterIterator.__group__ = ['raster']
|
|
except NameError:
|
|
pass
|