Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ option_parser
Function
option_parser
tests/test_pex_binary.py:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
32
@contextmanager
33
def
option_parser():
34
# type: () -> Iterator[ArgumentParser]
35
yield
ArgumentParser()
36
37
38
# Make sure that we're doing append and not replace
Callers
2
test_clp_prereleases
Function · 0.85
test_clp_pex_options
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected