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

Method get_output

awscli/customizations/wizard/app.py:286–290  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

284 return True
285
286 def get_output(self):
287 template_step = core.TemplateStep()
288 return template_step.run_step(
289 self._definition[self.OUTPUT], self._values
290 )
291
292
293class WizardValues(MutableMapping):

Callers 1

runMethod · 0.45

Calls 1

run_stepMethod · 0.95

Tested by

no test coverage detected