MCPcopy Create free account
hub / github.com/astral-sh/python-build-standalone / __init__

Method __init__

pythonbuild/utils.py:260–262  ·  view source on GitHub ↗
(self, *args, length: int)

Source from the content-addressed store, hash-verified

258 """Represents an integrity error when downloading a URL."""
259
260 def __init__(self, *args, length: int):
261 self.length = length
262 super().__init__(*args)
263
264
265def secure_download_stream(url, size, sha256):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected