(self, current_prefix, string)
| 233 | return self.intcomma(new) |
| 234 | |
| 235 | def output_fn(self, current_prefix, string): |
| 236 | return "%s%s" % (self.prefix_format(current_prefix), string) |
| 237 | |
| 238 | def create_lines(self, plan, prefix, depth, width, last_child): |
| 239 | current_prefix = prefix |
no test coverage detected