MCPcopy Index your code
hub / github.com/github/copilot-sdk / from_dict

Method from_dict

python/copilot/generated/rpc.py:354–357  ·  view source on GitHub ↗
(obj: Any)

Source from the content-addressed store, hash-verified

352
353 @staticmethod
354 def from_dict(obj: Any) -> 'AccountLogoutRequest':
355 assert isinstance(obj, dict)
356 auth_info = _load_AuthInfo(obj.get("authInfo"))
357 return AccountLogoutRequest(auth_info)
358
359 def to_dict(self) -> dict:
360 result: dict = {}

Callers

nothing calls this directly

Calls 3

_load_AuthInfoFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected