(self, name: str)
| 409 | fd[command_or_name] = d |
| 410 | |
| 411 | def directive_dump(self, name: str) -> None: |
| 412 | self.block.output.append(self.clinic.get_destination(name).dump()) |
| 413 | |
| 414 | def directive_printout(self, *args: str) -> None: |
| 415 | self.block.output.append(' '.join(args)) |
nothing calls this directly
no test coverage detected