(self, args, parsed_globals)
| 73 | self._dev_runner = dev_runner |
| 74 | |
| 75 | def _run_main(self, args, parsed_globals): |
| 76 | if args.run_wizard is not None: |
| 77 | return self._run_wizard(args.run_wizard) |
| 78 | |
| 79 | def _run_wizard(self, wizard_contents): |
| 80 | self._dev_runner.run_wizard(wizard_contents) |
nothing calls this directly
no test coverage detected