MCPcopy
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
28def script_path(script_name):
29 # type: (str) -> str
30 return os.path.join(os.path.dirname(sys.executable), script_name)
31
32
33def test_pex_script():

Callers 2

test_pex_scriptFunction · 0.85
test_pex_tools_scriptFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected