MCPcopy
hub / github.com/pex-tool/pex / parse_fabric_version_output

Function parse_fabric_version_output

tests/tools/commands/test_venv.py:165–167  ·  view source on GitHub ↗
(output)

Source from the content-addressed store, hash-verified

163
164
165def parse_fabric_version_output(output):
166 # type: (Text) -> Dict[Text, Text]
167 return dict(cast("Tuple[Text, Text]", line.split(" ", 1)) for line in output.splitlines())
168
169
170@pytest.mark.skipif(

Callers 2

test_venv_pexFunction · 0.85

Calls 1

castFunction · 0.90

Tested by

no test coverage detected