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

Method send

pywebio/io_ctrl.py:122–125  ·  view source on GitHub ↗

发送输出内容到Client

(self)

Source from the content-addressed store, hash-verified

120 return self.on_embed(self.spec)
121
122 def send(self):
123 """发送输出内容到Client"""
124 self.processed = True
125 send_msg('output', self.spec)
126
127 show = send # `show` is a more user-friendly name
128

Callers 15

__enter__Method · 0.95
__del__Method · 0.95
send_messageMethod · 0.80
send_bufferMethod · 0.80
run_as_functionFunction · 0.80
to_coroutineFunction · 0.80
single_input_kwargsFunction · 0.80
appendMethod · 0.80
insertMethod · 0.80
register_callbackMethod · 0.80
stepMethod · 0.80

Calls 1

send_msgFunction · 0.85

Tested by

no test coverage detected