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