MCPcopy Create free account
hub / github.com/github/copilot-sdk / to_dict

Method to_dict

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

Source from the content-addressed store, hash-verified

9639 return AccountGetQuotaResult(quota_snapshots)
9640
9641 def to_dict(self) -> dict:
9642 result: dict = {}
9643 result["quotaSnapshots"] = from_dict(lambda x: to_class(AccountQuotaSnapshot, x), self.quota_snapshots)
9644 return result
9645
9646# Experimental: this type is part of an experimental API and may change or be removed.
9647@dataclass

Callers

nothing calls this directly

Calls 2

from_dictFunction · 0.70
to_classFunction · 0.70

Tested by

no test coverage detected