Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astral-sh/python-build-standalone
/ fail_upload
Method
fail_upload
tests/test_mirror.py:126–127 ·
view source on GitHub ↗
(bucket: str, key: str, path: Path)
Source
from the content-addressed store, hash-verified
124
)
125
126
def
fail_upload(bucket: str, key: str, path: Path) -> None:
127
raise
MirrorError(f
"failed for {path.name}"
)
128
129
with
(
130
mock.patch(
Callers
nothing calls this directly
Calls
1
MirrorError
Class · 0.90
Tested by
no test coverage detected