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

Method json

src/anthropic/_request.py:58–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56
57 @property
58 def json(self) -> Body | None:
59 return self.options.json_data
60
61 @property
62 def timeout(self) -> float | httpx.Timeout | None | NotGiven:

Callers 15

model_dump_jsonMethod · 0.45
model_jsonFunction · 0.45
_call_user_oauthMethod · 0.45
__call__Method · 0.45
test_raw_responseMethod · 0.45
test_follow_redirectsMethod · 0.45
test_raw_responseMethod · 0.45
test_follow_redirectsMethod · 0.45
test_basicFunction · 0.45

Calls

no outgoing calls