Returns the buffer contents.
(self)
| 295 | self.dedent() |
| 296 | |
| 297 | def getvalue(self) -> str: |
| 298 | class="st">""class="st">"Returns the buffer contents."class="st">"" |
| 299 | return class="st">"".join(self.buffer) |
| 300 | |
| 301 | |
| 302 | def join_options(options: cabc.Iterable[str]) -> tuple[str, bool]: |
no outgoing calls