Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ build_wheel
Function
build_wheel
tests/test_resolver.py:75–78 ·
view source on GitHub ↗
(**kwargs)
Source
from the content-addressed store, hash-verified
73
74
75
def
build_wheel(**kwargs):
76
# type: (**Any) -> str
77
with
built_wheel(**kwargs)
as
whl:
78
return
whl
79
80
81
def
resolve(**kwargs):
Callers
10
test_simple_local_resolve
Function · 0.70
test_resolve_cache
Function · 0.70
test_diamond_local_resolve_cached
Function · 0.70
test_cached_dependency_pinned_unpinned_resolution_multi_run
Function · 0.70
test_intransitive
Function · 0.70
test_resolve_prereleases
Function · 0.70
test_resolve_extra_setup_py
Function · 0.70
test_resolve_extra_wheel
Function · 0.70
test_download2
Function · 0.70
test_check_resolve_prerelease_transitive_dependencies_issue_1730
Function · 0.70
Calls
1
built_wheel
Function · 0.90
Tested by
no test coverage detected