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

Method to_dict

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

Source from the content-addressed store, hash-verified

376 return AccountLogoutResult(has_more_users)
377
378 def to_dict(self) -> dict:
379 result: dict = {}
380 result["hasMoreUsers"] = from_bool(self.has_more_users)
381 return result
382
383# Experimental: this type is part of an experimental API and may change or be removed.
384class AdaptiveThinkingSupport(Enum):

Callers

nothing calls this directly

Calls 1

from_boolFunction · 0.70

Tested by

no test coverage detected