()
| 13 | |
| 14 | |
| 15 | def target(): |
| 16 | template.basic_output() |
| 17 | template.background_output() |
| 18 | |
| 19 | run_as_function(template.basic_input()) |
| 20 | actions(buttons=['Continue']) |
| 21 | template.background_input() |
| 22 | |
| 23 | |
| 24 | async def async_target(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…