Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astral-sh/python-build-standalone
/ UploadEntry
Class
UploadEntry
pythonbuild/mirror.py:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
39
@dataclass(frozen=True)
40
class
UploadEntry:
41
source_name: str
42
dest_name: str
43
44
45
def
parse_args(argv: Sequence[str] | None = None) -> argparse.Namespace:
Callers
2
test_build_upload_entries
Method · 0.90
build_upload_entries
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_build_upload_entries
Method · 0.72