MCPcopy Create free account
hub / github.com/StarsTom/mobileCodexHelper / to_dict

Method to_dict

mobile_codex_control.py:167–174  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

165 level: str = "error"
166
167 def to_dict(self) -> dict[str, Any]:
168 return {
169 "label": self.label,
170 "ok": self.ok,
171 "headline": self.headline,
172 "detail": self.detail,
173 "level": self.level,
174 }
175
176
177@dataclass

Callers 1

collect_statusFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected