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

Method get

src/anthropic/_base_client.py:2166–2173  ·  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

2164
2165 @overload
2166 async def get(
2167 self,
2168 path: str,
2169 *,
2170 cast_to: Type[ResponseT],
2171 options: RequestOptions = {},
2172 stream: Literal[False] = False,
2173 ) -> ResponseT: ...
2174
2175 @overload
2176 async def get(

Callers

nothing calls this directly

Calls 2

requestMethod · 0.95
constructMethod · 0.45

Tested by

no test coverage detected