MCPcopy
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
33def 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_prereleasesFunction · 0.85
test_clp_pex_optionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected