changing from __repr__ to __str__ after discussing with campbell
was annyoing me when testing things, huge printouts :)
functions.append((identifier, attr))
return functions
functions.append((identifier, attr))
return functions
txt = ""
txt += self.identifier
txt = ""
txt += self.identifier
txt = ''
txt += ' * ' + self.identifier + ': ' + self.description
txt = ''
txt += ' * ' + self.identifier + ': ' + self.description
self.return_values = tuple(self.return_values)
self.return_values = tuple(self.return_values)
txt = ''
txt += ' * ' + self.identifier + '('
txt = ''
txt += ' * ' + self.identifier + '('