MCPcopy 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

arrayBufferMethod · 0.45
bytearrayMethod · 0.45
test_fetch_array_bufferFunction · 0.45

Calls 1

_get_responseMethod · 0.95

Tested by 2

test_fetch_array_bufferFunction · 0.36