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

Method info

daily/sfsy.py:143–149  ·  view source on GitHub ↗

普通信息

(self, content: str)

Source from the content-addressed store, hash-verified

141 self.messages.append(msg)
142
143 def info(self, content: str):
144 """普通信息"""
145 msg = self._format_msg(self.ICONS['info'], content)
146 self._safe_print(msg)
147 with self.lock:
148 self.current_account_msg.append(msg)
149 self.messages.append(msg)
150
151 def success(self, content: str):
152 """成功信息"""

Callers 6

_set_task_attrsMethod · 0.45
app_sign_inMethod · 0.45
sign_inMethod · 0.45
new_sign_inMethod · 0.45
handle_welfare_taskMethod · 0.45
run_all_tasksMethod · 0.45

Calls 2

_format_msgMethod · 0.95
_safe_printMethod · 0.95

Tested by

no test coverage detected