mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
7 lines
502 B
Python
7 lines
502 B
Python
# The following has been generated automatically from src/core/raster/qgsrasterpipe.h
|
|
# monkey patching scoped based enum
|
|
QgsRasterPipe.ResamplingStage.ResampleFilter.__doc__ = ""
|
|
QgsRasterPipe.ResamplingStage.Provider.__doc__ = ""
|
|
QgsRasterPipe.ResamplingStage.__doc__ = 'Stage at which resampling occurs.\n\n.. versionadded:: 3.16\n\n' + '* ``ResampleFilter``: ' + QgsRasterPipe.ResamplingStage.ResampleFilter.__doc__ + '\n' + '* ``Provider``: ' + QgsRasterPipe.ResamplingStage.Provider.__doc__
|
|
# --
|