MCPcopy
hub / github.com/openai/openai-python / aread

Method aread

src/openai/_legacy_response.py:461–462  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

459 return self.response.close()
460
461 async def aread(self) -> bytes:
462 return await self.response.aread()
463
464 async def aiter_bytes(self, chunk_size: int | None = None) -> AsyncIterator[bytes]:
465 return self.response.aiter_bytes(chunk_size)

Callers 4

readMethod · 0.80
requestMethod · 0.80
mock_handlerMethod · 0.80
_on_responseFunction · 0.80

Calls

no outgoing calls

Tested by 1

mock_handlerMethod · 0.64