processing¶
Deprecated alias to collections.abc.Callable. |
|
Optional[X] is equivalent to Union[X, None]. |
|
Union type; Union[X, Y] means either X or Y. |
|
Prints algorithm parameters with their types. Also provides information about parameters and outputs, and their acceptable values. |
|
Creates and returns an algorithm dialog for the specified algorithm, prepopulated with a given set of parameters. It is the caller’s responsibility to execute and delete this dialog. |
|
Creates a default processing context |
|
Executes an algorithm dialog for the specified algorithm, prepopulated with a given set of parameters. |
|
Executes given algorithm and returns its outputs as dictionary object. |
|
Executes given algorithm and load its results into the current QGIS project when possible. |