MCPcopy Create free account
hub / github.com/openai/openai-python / json

Method json

src/openai/_legacy_response.py:411–412  ·  view source on GitHub ↗
(self, **kwargs: Any)

Source from the content-addressed store, hash-verified

409 return self.response.charset_encoding
410
411 def json(self, **kwargs: Any) -> Any:
412 return self.response.json(**kwargs)
413
414 def read(self) -> bytes:
415 return self.response.read()

Callers 1

_parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected