mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
6 lines
535 B
Python
6 lines
535 B
Python
|
# The following has been generated automatically from src/core/processing/qgsprocessingcontext.h
|
||
|
# monkey patching scoped based enum
|
||
|
QgsProcessingContext.ProcessArgumentFlag.IncludeProjectPath.__doc__ = "Include the associated project path argument"
|
||
|
QgsProcessingContext.ProcessArgumentFlag.__doc__ = 'Flags controlling the results given by :py:func:`~QgsProcessingContext.asQgisProcessArguments`.\n\n.. versionadded:: 3.24\n\n' + '* ``IncludeProjectPath``: ' + QgsProcessingContext.ProcessArgumentFlag.IncludeProjectPath.__doc__
|
||
|
# --
|