Outdent by step.
(self, step: int = 1)
| 416 | self._indentation += 1 |
| 417 | |
| 418 | def outdent(self, step: int = 1) -> None: |
| 419 | class="st">""class="st">"Outdent by step."class="st">"" |
| 420 | self._indentation -= step |
| 421 | |
| 422 | def start_write(self, frame: Frame, node: t.Optional[nodes.Node] = None) -> None: |
| 423 | class="st">""class="st">"Yield or write into the frame buffer."class="st">"" |
no outgoing calls
no test coverage detected