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

Method success

daily/sfsy.py:151–157  ·  view source on GitHub ↗

成功信息

(self, content: str)

Source from the content-addressed store, hash-verified

149 self.messages.append(msg)
150
151 def success(self, content: str):
152 """成功信息"""
153 msg = self._format_msg(self.ICONS['success'], content)
154 self._safe_print(msg)
155 with self.lock:
156 self.current_account_msg.append(msg)
157 self.messages.append(msg)
158
159 def error(self, content: str):
160 """错误信息"""

Callers 7

app_sign_inMethod · 0.80
sign_inMethod · 0.80
new_sign_inMethod · 0.80
receive_task_rewardMethod · 0.80
receive_welfareMethod · 0.80
run_all_tasksMethod · 0.80
runMethod · 0.80

Calls 2

_format_msgMethod · 0.95
_safe_printMethod · 0.95

Tested by

no test coverage detected