MCPcopy Create free account
hub / github.com/vastsa/FileCodeBox / model_post_init

Method model_post_init

core/response.py:18–20  ·  view source on GitHub ↗
(self, __context)

Source from the content-addressed store, hash-verified

16 detail: Optional[T] = None
17
18 def model_post_init(self, __context) -> None:
19 if self.msg is None:
20 self.msg = self.message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected