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

Method __init__

src/anthropic/_base_client.py:148–152  ·  view source on GitHub ↗
(
        self,
        *,
        url: URL,
    )

Source from the content-addressed store, hash-verified

146
147 @overload
148 def __init__(
149 self,
150 *,
151 url: URL,
152 ) -> None: ...
153
154 @overload
155 def __init__(

Callers 5

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected