(self)
| 194 | self.max_widths.max_widths(self.all[key].widths()) |
| 195 | |
| 196 | def any(self): |
| 197 | if self.all: |
| 198 | return next(iter(self.all.values())) |
| 199 | return None |
| 200 | |
| 201 | def print_results(self): |
| 202 | print("{:<{}}".format("", self.last_status_len), end="\r") |