Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_json
Method · 0.45
model_json
Function · 0.45
_call_user_oauth
Method · 0.45
_raise_token_endpoint_error
Function · 0.45
__call__
Method · 0.45
test_raw_response
Method · 0.45
test_raw_response_for_binary
Method · 0.45
test_follow_redirects
Method · 0.45
test_raw_response
Method · 0.45
test_raw_response_for_binary
Method · 0.45
test_follow_redirects
Method · 0.45
test_basic
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_raw_response
Method · 0.36
test_raw_response_for_binary
Method · 0.36
test_follow_redirects
Method · 0.36
test_raw_response
Method · 0.36
test_raw_response_for_binary
Method · 0.36
test_follow_redirects
Method · 0.36
test_basic
Function · 0.36
test_data_missing_event
Function · 0.36
test_multiple_events_with_data
Function · 0.36
test_multiple_data_lines_with_empty_line
Function · 0.36
test_data_json_escaped_double_new_line
Function · 0.36
test_multiple_data_lines
Function · 0.36