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