# The following has been generated automatically from src/core/processing/qgsprocessingfeedback.h try: QgsProcessingFeedback.__virtual_methods__ = ['setProgressText', 'reportError', 'pushWarning', 'pushInfo', 'pushFormattedMessage', 'pushCommandInfo', 'pushDebugInfo', 'pushConsoleInfo', 'htmlLog', 'textLog'] QgsProcessingFeedback.__group__ = ['processing'] except (NameError, AttributeError): pass try: QgsProcessingMultiStepFeedback.__overridden_methods__ = ['setProgressText', 'reportError', 'pushWarning', 'pushInfo', 'pushCommandInfo', 'pushDebugInfo', 'pushConsoleInfo', 'pushFormattedMessage', 'htmlLog', 'textLog'] QgsProcessingMultiStepFeedback.__group__ = ['processing'] except (NameError, AttributeError): pass