Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ die
Function
die
pex/common.py:102–105 ·
view source on GitHub ↗
(msg, exit_code=1)
Source
from the content-addressed store, hash-verified
100
101
102
def
die(msg, exit_code=1):
103
# type: (str, int) -> NoReturn
104
print(msg, file=sys.stderr)
105
sys.exit(exit_code)
106
107
108
def
pluralize(
Callers
12
_wrap_coverage
Method · 0.90
execute
Method · 0.90
maybe_reexec_pex
Function · 0.90
bootstrap_pex
Function · 0.90
_activate_venv_dir
Function · 0.90
_bootstrap_venv
Function · 0.90
_get_int
Method · 0.90
PEX_INHERIT_PATH
Method · 0.90
parse_entry_points
Method · 0.90
run
Method · 0.90
build_pex
Function · 0.90
main
Function · 0.90
Calls
1
exit
Method · 0.80
Tested by
no test coverage detected