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

Method to_dict

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

Source from the content-addressed store, hash-verified

357 return AccountLogoutRequest(auth_info)
358
359 def to_dict(self) -> dict:
360 result: dict = {}
361 result["authInfo"] = (self.auth_info).to_dict()
362 return result
363
364# Experimental: this type is part of an experimental API and may change or be removed.
365@dataclass

Callers

nothing calls this directly

Calls 1

to_dictMethod · 0.45

Tested by

no test coverage detected