MCPcopy Index your code
hub / github.com/pyscript/pyscript / blob

Method blob

core/src/stdlib/pyscript/fetch.py:133–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131 return await response.arrayBuffer()
132
133 async def blob(self):
134 response = await self._get_response()
135 return await response.blob()
136
137 async def bytearray(self):
138 response = await self._get_response()

Callers 3

blobMethod · 0.45
test_fetch_blobFunction · 0.45
test_fetch_blob_directFunction · 0.45

Calls 1

_get_responseMethod · 0.95

Tested by 2

test_fetch_blobFunction · 0.36
test_fetch_blob_directFunction · 0.36