Searched defs:StepOutput (Results 1 – 3 of 3) sorted by relevance
115 class StepOutput: class183 def add_build_step(self, step_func: Callable[StepInput, StepOutput]): argument294 step_out: StepOutput,327 def __init__(self, step_func: Callable[StepInput, StepOutput]): argument
35 StepOutput = split_build_test_script.StepOutput variable
2116 "StepOutput":{ object