MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / send_task_command

Method send_task_command

pywebio/session/base.py:96–97  ·  view source on GitHub ↗
(self, command)

Source from the content-addressed store, hash-verified

94 self.scope_stack[task_id].append(name)
95
96 def send_task_command(self, command):
97 raise NotImplementedError
98
99 def next_client_event(self) -> dict:
100 """获取来自客户端的下一个事件。阻塞调用,若在等待过程中,会话被用户关闭,则抛出SessionClosedException异常"""

Callers 2

_set_valueFunction · 0.45
send_msgFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected