Skip to content

Commit

Permalink
Add processing.run stub
Browse files Browse the repository at this point in the history
  • Loading branch information
leonhard-s committed Jun 8, 2021
1 parent e5d5528 commit 7e0d956
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qgis-stubs/processing.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -305,3 +305,6 @@ input_type_mapping: Dict[_ProcessingInput, QgsProcessingParameterDefinition]
output_type_mapping: Dict[_ProcessingOutput, QgsProcessingOutputDefinition]

alg = ProcessingAlgFactory()


def run(name: str, parameters: Dict[str, Any], context: QgsProcessingContext, feedback: QgsProcessingFeedback, is_child_algorithm: bool = ...) -> Dict[str, Any]: ...

0 comments on commit 7e0d956

Please sign in to comment.