Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
blob
Method · 0.45
test_fetch_blob
Function · 0.45
test_fetch_blob_direct
Function · 0.45
Calls
1
_get_response
Method · 0.95
Tested by
2
test_fetch_blob
Function · 0.36
test_fetch_blob_direct
Function · 0.36