MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / from_dict

Method from_dict

api/bedrock_client.py:76–78  ·  view source on GitHub ↗

Create an instance from a dictionary.

(cls, data: Dict[str, Any])

Source from the content-addressed store, hash-verified

74
75 @classmethod
76 def from_dict(cls, data: Dict[str, Any]):
77 """Create an instance from a dictionary."""
78 return cls(**data)
79
80 def to_dict(self) -> Dict[str, Any]:
81 """Convert to dictionary."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected