(self)
| 130 | self._log.warning("warning {}", name) |
| 131 | |
| 132 | def commands(self): |
| 133 | cmd = ui.Subcommand("dummy") |
| 134 | cmd.func = lambda _, __, ___: self.log_all("cmd") |
| 135 | return (cmd,) |
| 136 | |
| 137 | def import_stage(self, session, task): |
| 138 | self.log_all("import_stage") |