Home
last modified time | relevance | path

Searched refs:step_args (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/emr/
Dstep.py57 action_on_failure='TERMINATE_JOB_FLOW', step_args=None): argument
78 if isinstance(step_args, six.string_types):
79 step_args = [step_args]
81 self.step_args = step_args
89 if self.step_args:
90 args.extend(self.step_args)
105 step_args=None, input=None, output=None, argument
148 if isinstance(step_args, six.string_types):
149 step_args = [step_args]
151 self.step_args = step_args
[all …]
Dconnection.py343 step_args = [self._build_step_args(step) for step in steps]
344 params.update(self._build_step_list(step_args))
543 step_args=self.DebuggingArgs)
548 step_args = [self._build_step_args(step) for step in steps]
549 params.update(self._build_step_list(step_args))