Bug report #8969

Add description to Parameter and Output str() methods

Added by Giovanni Allegri over 10 years ago. Updated about 5 years ago.

Status:Closed
Priority:Normal
Assignee:Victor Olaya
Category:Processing/Core
Affected QGIS version:2.4.0 Regression?:No
Operating System: Easy fix?:No
Pull Request or Patch supplied:No Resolution:end of life
Crashes QGIS or corrupts data:No Copied to github as #:17631

Description

Adding self.description to Parameter and Output string representation would help when calling processing.alghelp.
E.g.:

def str(self):
return self.name + ':' + self.description + ' <' + self.__module__.split('.')[-1] + '>'

History

#1 Updated by Alexander Bruy about 10 years ago

  • Category set to 63

#2 Updated by Giovanni Manghi over 9 years ago

  • Crashes QGIS or corrupts data set to No
  • Affected QGIS version set to 2.4.0
  • Category deleted (63)
  • Project changed from 78 to QGIS Application

#3 Updated by Giovanni Manghi over 9 years ago

  • Category set to Processing/Core

#4 Updated by Giovanni Manghi almost 7 years ago

  • Easy fix? set to No
  • Regression? set to No

#5 Updated by Giovanni Manghi about 5 years ago

  • Resolution set to end of life
  • Status changed from Open to Closed

Also available in: Atom PDF