(self, args)
| 555 | sys.pycache_prefix = old_prefix |
| 556 | |
| 557 | def _get_run_args(self, args): |
| 558 | return [*support.optim_args_from_interpreter_flags(), |
| 559 | '-S', '-m', 'compileall', |
| 560 | *args] |
| 561 | |
| 562 | def assertRunOK(self, *args, **env_vars): |
| 563 | rc, out, err = script_helper.assert_python_ok( |
no outgoing calls
no test coverage detected