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

Function resolve_wheel_names

tests/test_resolver.py:315–320  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

313
314
315def resolve_wheel_names(**kwargs):
316 # type: (**Any) -> List[str]
317 return [
318 os.path.basename(resolved_distribution.distribution.location)
319 for resolved_distribution in resolve(**kwargs).distributions
320 ]
321
322
323def resolve_p537_wheel_names(

Callers 2

resolve_p537_wheel_namesFunction · 0.85

Calls 1

resolveFunction · 0.70

Tested by

no test coverage detected