MCPcopy Index your code
hub / github.com/RustPython/RustPython / _get_run_args

Method _get_run_args

Lib/test/test_compileall.py:553–556  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

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(

Callers 3

assertRunOKMethod · 0.95
assertRunNotOKMethod · 0.95
test_include_on_stdinMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected