(self, content: str, *, flush: bool = False, **markup: bool)
| 411 | self.currentfspath = None |
| 412 | |
| 413 | def write(self, content: str, *, flush: bool = False, **markup: bool) -> None: |
| 414 | self._tw.write(content, flush=flush, **markup) |
| 415 | |
| 416 | def flush(self) -> None: |
| 417 | self._tw.flush() |
no outgoing calls