MCPcopy 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
35class MirrorError(RuntimeError):
36 """Base exception for mirror upload failures."""
37
38
39@dataclass(frozen=True)

Callers 4

fail_uploadMethod · 0.90
upload_fileMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

fail_uploadMethod · 0.72