Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyscript/pyscript
/ arrayBuffer
Method
arrayBuffer
core/src/stdlib/pyscript/fetch.py:129–131 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
127
return
self._promise._response
128
129
async
def
arrayBuffer(self):
130
response = await self._get_response()
131
return
await response.arrayBuffer()
132
133
async
def
blob(self):
134
response = await self._get_response()
Callers
4
arrayBuffer
Method · 0.45
bytearray
Method · 0.45
test_fetch_array_buffer
Function · 0.45
test_fetch_array_buffer_direct
Function · 0.45
Calls
1
_get_response
Method · 0.95
Tested by
2
test_fetch_array_buffer
Function · 0.36
test_fetch_array_buffer_direct
Function · 0.36