mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
/usr/lib/python3/dist-packages/qgis/core/__init__.py:195 /usr/lib/python3/dist-packages/qgis/core/__init__.py:195: DeprecationWarning: invalid escape sequence \s QgsProcessingUtils.LayerHint.Mesh.__doc__ = "Mesh layer type \since QGIS 3.6" /usr/lib/python3/dist-packages/qgis/core/additions/qgsfunction.py:167 /usr/lib/python3/dist-packages/qgis/core/additions/qgsfunction.py:167: DeprecationWarning: invalid escape sequence \*
13 lines
1.0 KiB
Python
13 lines
1.0 KiB
Python
# The following has been generated automatically from src/core/processing/qgsprocessingutils.h
|
|
# monkey patching scoped based enum
|
|
QgsProcessingUtils.UnknownType = QgsProcessingUtils.LayerHint.UnknownType
|
|
QgsProcessingUtils.LayerHint.UnknownType.__doc__ = "Unknown layer type"
|
|
QgsProcessingUtils.Vector = QgsProcessingUtils.LayerHint.Vector
|
|
QgsProcessingUtils.LayerHint.Vector.__doc__ = "Vector layer type"
|
|
QgsProcessingUtils.Raster = QgsProcessingUtils.LayerHint.Raster
|
|
QgsProcessingUtils.LayerHint.Raster.__doc__ = "Raster layer type"
|
|
QgsProcessingUtils.Mesh = QgsProcessingUtils.LayerHint.Mesh
|
|
QgsProcessingUtils.LayerHint.Mesh.__doc__ = "Mesh layer type, since QGIS 3.6"
|
|
QgsProcessingUtils.LayerHint.__doc__ = 'Layer type hints.\n\n.. versionadded:: 3.4\n\n' + '* ``UnknownType``: ' + QgsProcessingUtils.LayerHint.UnknownType.__doc__ + '\n' + '* ``Vector``: ' + QgsProcessingUtils.LayerHint.Vector.__doc__ + '\n' + '* ``Raster``: ' + QgsProcessingUtils.LayerHint.Raster.__doc__ + '\n' + '* ``Mesh``: ' + QgsProcessingUtils.LayerHint.Mesh.__doc__
|
|
# --
|