()
| 59 | return o6, o7_1, o7_2 |
| 60 | |
| 61 | def example_job(): |
| 62 | with Job() as job: |
| 63 | with job.init_group: |
| 64 | example_loop() |
| 65 | example_task() |
| 66 | return job |
| 67 | |
| 68 | |
| 69 | class TestNetPrinter(unittest.TestCase): |
no test coverage detected
searching dependent graphs…