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

Method json

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

Source from the content-addressed store, hash-verified

359 return self._raw
360
361 def json(self) -> Any:
362 return json.loads(self.data)
363
364 @override
365 def __repr__(self) -> str:

Callers 2

__stream__Method · 0.45
__stream__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected