MCPcopy Create free account
hub / github.com/OpenGVLab/HumanBench / send

Method send

PATH/core/msg_server.py:26–29  ·  view source on GitHub ↗
(self, msg, echo=True)

Source from the content-addressed store, hash-verified

24 itchat.auto_login(enableCmdQR=2)
25
26 def send(self, msg, echo=True):
27 if echo:
28 print(msg)
29 itchat.send(msg, toUserName='filehelper')
30
31 def worker_thread(self, conn, addr):
32 conn.settimeout(args.timeout)

Callers 6

__init__Method · 0.95
worker_threadMethod · 0.95
start_serverMethod · 0.95
sendMethod · 0.45
text_replyFunction · 0.45
alertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected