Get the number of cells required to render this text.
(self)
| 223 | |
| 224 | @property |
| 225 | def cell_len(self) -> int: |
| 226 | """Get the number of cells required to render this text.""" |
| 227 | return cell_len(self.plain) |
| 228 | |
| 229 | @property |
| 230 | def markup(self) -> str: |