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

Function local_resolve

tests/test_resolver.py:87–92  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

85
86
87def local_resolve(*args, **kwargs):
88 # type: (*Any, **Any) -> List[ResolvedDistribution]
89 # Skip remote lookups.
90 repos_configuration = kwargs.pop("repos_configuration", ReposConfiguration())
91 kwargs["repos_configuration"] = attr.evolve(repos_configuration, index_repos=())
92 return list(resolve(*args, **kwargs).distributions)
93
94
95@contextmanager

Calls 3

ReposConfigurationClass · 0.90
resolveFunction · 0.70
popMethod · 0.45

Tested by

no test coverage detected