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

Method from_dict

api/dashscope_client.py:614–616  ·  view source on GitHub ↗

Create an instance from a dictionary.

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

Source from the content-addressed store, hash-verified

612
613 @classmethod
614 def from_dict(cls, data: Dict[str, Any]):
615 """Create an instance from a dictionary."""
616 return cls(**data)
617
618 def to_dict(self) -> Dict[str, Any]:
619 """Convert to dictionary."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected