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.py114 class StepOutput: class
182 def add_build_step(self, step_func: Callable[StepInput, StepOutput]): argument
293 step_out: StepOutput,
326 def __init__(self, step_func: Callable[StepInput, StepOutput]): argument
Datest_integration_test.py35 StepOutput = split_build_test_script.StepOutput variable