Enter in to a buffer context, and buffer all output.
(self)
| 811 | return color_system |
| 812 | |
| 813 | def _enter_buffer(self) -> None: |
| 814 | """Enter in to a buffer context, and buffer all output.""" |
| 815 | self._buffer_index += 1 |
| 816 | |
| 817 | def _exit_buffer(self) -> None: |
| 818 | """Leave buffer context, and render content if required.""" |
no outgoing calls
no test coverage detected