(em)
| 159 | touch(p(f"{n}.txt")) |
| 160 | |
| 161 | def stop(em): |
| 162 | sleep(random()) |
| 163 | em.stop() |
| 164 | |
| 165 | th1 = Thread(target=create_files) |
| 166 | th2 = Thread(target=stop, args=(emitter,)) |
nothing calls this directly
no test coverage detected
searching dependent graphs…