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

Method _make_sse_decoder

src/openai/_base_client.py:495–496  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

493 return merge_url
494
495 def _make_sse_decoder(self) -> SSEDecoder | SSEBytesDecoder:
496 return SSEDecoder()
497
498 def _build_request(
499 self,

Callers 2

__init__Method · 0.80
__init__Method · 0.80

Calls 1

SSEDecoderClass · 0.85

Tested by

no test coverage detected