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

Method get

src/anthropic/_base_client.py:1424–1431  ·  view source on GitHub ↗
(
        self,
        path: str,
        *,
        cast_to: Type[ResponseT],
        options: RequestOptions = {},
        stream: Literal[False] = False,
    )

Source from the content-addressed store, hash-verified

1422
1423 @overload
1424 def get(
1425 self,
1426 path: str,
1427 *,
1428 cast_to: Type[ResponseT],
1429 options: RequestOptions = {},
1430 stream: Literal[False] = False,
1431 ) -> ResponseT: ...
1432
1433 @overload
1434 def get(

Callers 15

_build_requestMethod · 0.45
_should_retryMethod · 0.45
__init__Method · 0.45
_attempt_requestMethod · 0.45
_process_responseMethod · 0.45
__init__Method · 0.45
_attempt_requestMethod · 0.45
_process_responseMethod · 0.45
make_request_optionsFunction · 0.45

Calls 2

requestMethod · 0.95
constructMethod · 0.45

Tested by

no test coverage detected