Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anthropics/anthropic-sdk-python
/ __getattr__
Method
__getattr__
tests/test_models.py:952–952 ·
view source on GitHub ↗
(self, attr: str)
Source
from the content-addressed store, hash-verified
950
if
TYPE_CHECKING:
951
952
def
__getattr__(self, attr: str) -> Item: ...
953
954
model = construct_type(
955
type_=Model,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected