See the flush() method docstring.
(self)
| 1089 | to do it.""" |
| 1090 | |
| 1091 | def close(self): |
| 1092 | """See the flush() method docstring.""" |
| 1093 | |
| 1094 | def tokenize(self, s, newline=False) -> list[tuple[_TokenType, str]]: |
| 1095 | """Tokenizes a line of code, returning pygments tokens |