Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anthropics/anthropic-sdk-python
/ parse
Method
parse
src/anthropic/_qs.py:32–34 ·
view source on GitHub ↗
(self, query: str)
Source
from the content-addressed store, hash-verified
30
self.nested_format = nested_format
31
32
def
parse(self, query: str) -> Mapping[str, object]:
33
# Note: custom format syntax is not supported yet
34
return
parse_qs(query)
35
36
def
stringify(
37
self,
Callers
15
_finalize_middleware_result
Method · 0.45
_finalize_middleware_result
Method · 0.45
handle
Method · 0.45
handle_async
Method · 0.45
test_middleware_sees_request_and_returns_response
Method · 0.45
test_with_raw_response_flows_through_middleware
Method · 0.45
test_with_raw_response_middleware_sees_api_response
Method · 0.45
test_with_streaming_response_middleware_sees_api_response
Method · 0.45
test_middleware_sees_request_and_returns_response
Method · 0.45
test_with_raw_response_flows_through_middleware
Method · 0.45
test_with_raw_response_middleware_sees_api_response
Method · 0.45
test_with_streaming_response_middleware_sees_api_response
Method · 0.45
Calls
no outgoing calls
Tested by
15
handle
Method · 0.36
handle_async
Method · 0.36
test_middleware_sees_request_and_returns_response
Method · 0.36
test_with_raw_response_flows_through_middleware
Method · 0.36
test_with_raw_response_middleware_sees_api_response
Method · 0.36
test_with_streaming_response_middleware_sees_api_response
Method · 0.36
test_middleware_sees_request_and_returns_response
Method · 0.36
test_with_raw_response_flows_through_middleware
Method · 0.36
test_with_raw_response_middleware_sees_api_response
Method · 0.36
test_with_streaming_response_middleware_sees_api_response
Method · 0.36
test_raw_response_retrieve
Method · 0.36
test_streaming_response_retrieve
Method · 0.36