Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astral-sh/python-build-standalone
/ MirrorError
Class
MirrorError
pythonbuild/mirror.py:35–36 ·
view source on GitHub ↗
Base exception for mirror upload failures.
Source
from the content-addressed store, hash-verified
33
34
35
class
MirrorError(RuntimeError):
36
""
"Base exception for mirror upload failures."
""
37
38
39
@dataclass(frozen=True)
Callers
4
fail_upload
Method · 0.90
destination_to_source_name
Function · 0.85
upload_file
Method · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
fail_upload
Method · 0.72