Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ WheelMetadataLoadError
Class
WheelMetadataLoadError
pex/wheel.py:34–35 ·
view source on GitHub ↗
Indicates an error loading WHEEL metadata.
Source
from the content-addressed store, hash-verified
32
33
34
class
WheelMetadataLoadError(ValueError):
35
""
"Indicates an error loading WHEEL metadata."
""
36
37
38
@attr.s(frozen=True)
Callers
4
from_metadata_files
Method · 0.85
load
Method · 0.85
_from_metadata_files
Method · 0.85
iter_compatible_python_versions
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected