MCPcopy
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
75def build_wheel(**kwargs):
76 # type: (**Any) -> str
77 with built_wheel(**kwargs) as whl:
78 return whl
79
80
81def resolve(**kwargs):

Calls 1

built_wheelFunction · 0.90

Tested by

no test coverage detected