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

Method run_step

awscli/customizations/wizard/core.py:636–638  ·  view source on GitHub ↗
(self, step_definition, parameters)

Source from the content-addressed store, hash-verified

634 NAME = 'load-data'
635
636 def run_step(self, step_definition, parameters):
637 loaded_value = LoadDataStep().run_step(step_definition, parameters)
638 parameters[step_definition['output_var']] = loaded_value
639
640
641class DumpDataExecutorStep(ExecutorStep):

Callers

nothing calls this directly

Calls 2

LoadDataStepClass · 0.85
run_stepMethod · 0.45

Tested by

no test coverage detected