MCPcopy Create free account
hub / github.com/aws/aws-cli / execute

Method execute

awscli/customizations/wizard/core.py:453–458  ·  view source on GitHub ↗
(self, step, parameters)

Source from the content-addressed store, hash-verified

451 self._step_handlers = step_handlers
452
453 def execute(self, step, parameters):
454 # We may eventually support jumping around to different step
455 # names, but for now, we just iterate through the steps in order.
456 for group in step.values():
457 for step in group:
458 self._execute_step(step, parameters)
459
460 def _execute_step(self, step, parameters):
461 if 'condition' in step:

Callers 2

runMethod · 0.45
run_wizardMethod · 0.45

Calls 1

_execute_stepMethod · 0.95

Tested by

no test coverage detected