Home
last modified time | relevance | path

Searched defs:StepOutput (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/atest/integration_tests/
Dsplit_build_test_script.py115 class StepOutput: class
183 def add_build_step(self, step_func: Callable[StepInput, StepOutput]): argument
294 step_out: StepOutput,
327 def __init__(self, step_func: Callable[StepInput, StepOutput]): argument
Datest_integration_test.py35 StepOutput = split_build_test_script.StepOutput variable