Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ script_path
Function
script_path
tests/test_packaging.py:28–30 ·
view source on GitHub ↗
(script_name)
Source
from the content-addressed store, hash-verified
26
27
28
def
script_path(script_name):
29
# type: (str) -> str
30
return
os.path.join(os.path.dirname(sys.executable), script_name)
31
32
33
def
test_pex_script():
Callers
2
test_pex_script
Function · 0.85
test_pex_tools_script
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected