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

Method to_dict

python/copilot/generated/rpc.py:7137–7140  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7135 return SessionSizes(sizes)
7136
7137 def to_dict(self) -> dict:
7138 result: dict = {}
7139 result["sizes"] = from_dict(from_int, self.sizes)
7140 return result
7141
7142# Experimental: this type is part of an experimental API and may change or be removed.
7143class SessionSource(Enum):

Callers

nothing calls this directly

Calls 1

from_dictFunction · 0.70

Tested by

no test coverage detected