MCPcopy Index your code
hub / github.com/ipython/ipython / test_find_cmd_pythonw

Function test_find_cmd_pythonw

tests/test_process.py:54–57  ·  view source on GitHub ↗

Try to find pythonw on Windows.

()

Source from the content-addressed store, hash-verified

52
53@dec.skip_if_not_win32
54def test_find_cmd_pythonw():
55 """Try to find pythonw on Windows."""
56 path = find_cmd("pythonw")
57 assert path.lower().endswith("pythonw.exe"), path
58
59
60def test_find_cmd_fail():

Callers

nothing calls this directly

Calls 1

find_cmdFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…