(self, color_method=None)
| 70 | return lines |
| 71 | |
| 72 | def __str__(self, color_method=None): |
| 73 | return "\n\n".join(self.str_lines(color_method=color_method)) |
| 74 | |
| 75 | def goal_function_result_str(self, color_method=None): |
| 76 | """Returns a string illustrating the results of the goal function.""" |
no test coverage detected