Searched defs:StepOutput (Results 1 – 2 of 2) sorted by relevance
114 class StepOutput: class182 def add_build_step(self, step_func: Callable[StepInput, StepOutput]): argument293 step_out: StepOutput,326 def __init__(self, step_func: Callable[StepInput, StepOutput]): argument
35 StepOutput = split_build_test_script.StepOutput variable