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

Method json

src/openai/_streaming.py:275–276  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

273 return self._data
274
275 def json(self) -> Any:
276 return json.loads(self.data)
277
278 @override
279 def __repr__(self) -> str:

Callers 2

__stream__Method · 0.45
__stream__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected