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

Method pex_info

tests/test_pex.py:352–354  ·  view source on GitHub ↗
(inherit_path)

Source from the content-addressed store, hash-verified

350class PythonpathIsolationTest(object):
351 @staticmethod
352 def pex_info(inherit_path):
353 # type: (Union[str, bool]) -> PexInfo
354 return PexInfo.from_json(json.dumps({"inherit_path": inherit_path}))
355
356 pythonpath = attr.ib() # type: str
357 dists = attr.ib() # type: Iterable[Distribution]

Callers 1

assert_isolationMethod · 0.95

Calls 1

from_jsonMethod · 0.45

Tested by

no test coverage detected