(name, text)
| 1396 | |
| 1397 | with os_helper.temp_dir() as tempdir: |
| 1398 | def new_mod(name, text): |
| 1399 | script_helper.make_script(tempdir, name, dedent(text)) |
| 1400 | |
| 1401 | def run(text): |
| 1402 | name = 'myscript' |
nothing calls this directly
no test coverage detected