MCPcopy Index your code
hub / github.com/python/cpython / _get_run_args

Method _get_run_args

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

Source from the content-addressed store, hash-verified

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(

Callers 3

assertRunOKMethod · 0.95
assertRunNotOKMethod · 0.95
test_include_on_stdinMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected