MCPcopy Index your code
hub / github.com/aws/aws-cli / _run_wizard

Method _run_wizard

awscli/customizations/wizard/devcommands.py:79–81  ·  view source on GitHub ↗
(self, wizard_contents)

Source from the content-addressed store, hash-verified

77 return self._run_wizard(args.run_wizard)
78
79 def _run_wizard(self, wizard_contents):
80 self._dev_runner.run_wizard(wizard_contents)
81 return 0

Callers 1

_run_mainMethod · 0.95

Calls 1

run_wizardMethod · 0.45

Tested by

no test coverage detected