(self)
| 44 | Text(snippets.UNICODE_HEAVY_TEXT).wrap(self.console, 12, overflow="fold") |
| 45 | |
| 46 | def time_fit_unicode_heavy(self): |
| 47 | Text(snippets.UNICODE_HEAVY_TEXT).fit(12) |
| 48 | |
| 49 | def time_split_unicode_heavy(self): |
| 50 | Text(snippets.UNICODE_HEAVY_TEXT).split() |