MCPcopy
hub / github.com/anthropics/anthropic-sdk-python / json

Method json

src/anthropic/_streaming.py:405–406  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

403 return self._raw
404
405 def json(self) -> Any:
406 return json.loads(self.data)
407
408 @override
409 def __repr__(self) -> str:

Callers 2

__stream__Method · 0.45
__stream__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected