Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pypa/pipx
/ _exe_if_win
Function
_exe_if_win
tests/package_info.py:8–9 ·
view source on GitHub ↗
(apps)
Source
from the content-addressed store, hash-verified
6
7
8
def
_exe_if_win(apps):
9
return
[f
"{app}.exe"
if
WIN
else
app
for
app in apps]
10
11
12
# Versions of all packages possibly used in our tests
Callers
1
package_info.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected