Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/github/copilot-sdk
/ __post_init__
Method
__post_init__
python/copilot/client.py:471–472 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
469
message: str
# Error message describing what failed during cleanup
470
471
def
__post_init__(self) -> None:
472
Exception.__init__(self, self.message)
473
474
@staticmethod
475
def
from_dict(obj: Any) -> StopError:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected