Searched refs:StepOutput (Results 1 – 6 of 6) sorted by relevance
35 StepOutput = split_build_test_script.StepOutput variable325 def create_step_output(self) -> StepOutput:327 out = StepOutput()
124 ) -> atest_integration_test.StepOutput:172 ) -> atest_integration_test.StepOutput:
63 ) -> atest_integration_test.StepOutput:
114 class StepOutput: class182 def add_build_step(self, step_func: Callable[StepInput, StepOutput]): argument256 step_out = StepOutput()293 step_out: StepOutput, argument326 def __init__(self, step_func: Callable[StepInput, StepOutput]): argument329 def get_step_func(self) -> Callable[StepInput, StepOutput]:
92 ) -> atest_integration_test.StepOutput:
713 ) -> atest_integration_test.StepOutput: