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

Function python_cmd

Lib/test/bisect_cmd.py:50–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49
50def python_cmd():
51 cmd = [sys.executable]
52 cmd.extend(subprocess._args_from_interpreter_flags())
53 cmd.extend(subprocess._optim_args_from_interpreter_flags())
54 cmd.extend(('-X', 'faulthandler'))
55 return cmd
56
57
58def list_cases(args):

Callers 2

list_casesFunction · 0.85
run_testsFunction · 0.85

Calls 1

extendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…