(self)
| 38 | Text(snippets.LOREM_IPSUM).align("center", width=self.len_lorem_ipsum * 3) |
| 39 | |
| 40 | def time_render(self): |
| 41 | list(self.text.render(self.console)) |
| 42 | |
| 43 | def time_wrapping_unicode_heavy(self): |
| 44 | Text(snippets.UNICODE_HEAVY_TEXT).wrap(self.console, 12, overflow="fold") |