MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / error

Method error

daily/sfsy.py:159–165  ·  view source on GitHub ↗

错误信息

(self, content: str)

Source from the content-addressed store, hash-verified

157 self.messages.append(msg)
158
159 def error(self, content: str):
160 """错误信息"""
161 msg = self._format_msg(self.ICONS['error'], content)
162 self._safe_print(msg)
163 with self.lock:
164 self.current_account_msg.append(msg)
165 self.messages.append(msg)
166
167 def warning(self, content: str):
168 """警告信息"""

Callers 7

app_sign_inMethod · 0.45
sign_inMethod · 0.45
new_sign_inMethod · 0.45
receive_welfareMethod · 0.45
run_all_tasksMethod · 0.45
__init__Method · 0.45
runMethod · 0.45

Calls 2

_format_msgMethod · 0.95
_safe_printMethod · 0.95

Tested by

no test coverage detected