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

Method to_asset

src/github_api_tester.py:132–133  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

130 self.contents += chunk
131
132 def to_asset(self) -> Asset:
133 return Asset(self.name, self.label, self.hasher.hexdigest(), self.contents)
134
135
136@dataclasses.dataclass

Callers 1

upload_assetFunction · 0.95

Calls 1

AssetClass · 0.85

Tested by

no test coverage detected