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

Method from_dict

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

Source from the content-addressed store, hash-verified

7130
7131 @staticmethod
7132 def from_dict(obj: Any) -> 'SessionSizes':
7133 assert isinstance(obj, dict)
7134 sizes = from_dict(from_int, obj.get("sizes"))
7135 return SessionSizes(sizes)
7136
7137 def to_dict(self) -> dict:
7138 result: dict = {}

Callers

nothing calls this directly

Calls 3

from_dictFunction · 0.70
SessionSizesClass · 0.70
getMethod · 0.45

Tested by

no test coverage detected