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

Method run

awscli/customizations/wizard/app.py:36–40  ·  view source on GitHub ↗

Run a single wizard given the contents as a string.

(self, loaded)

Source from the content-addressed store, hash-verified

34 self._app_factory = app_factory
35
36 def run(self, loaded):
37 """Run a single wizard given the contents as a string."""
38 app = self._app_factory(loaded, self._session)
39 app.run()
40 print(app.traverser.get_output())
41
42
43class WizardApp(Application):

Callers

nothing calls this directly

Calls 2

runMethod · 0.45
get_outputMethod · 0.45

Tested by

no test coverage detected