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

Method get_task_commands

pywebio/session/threadbased.py:163–164  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

161 logger.error('Message queue is full, discard new messages') # todo: alert user
162
163 def get_task_commands(self):
164 return self.unhandled_task_msgs.get()
165
166 def _trigger_close_event(self):
167 """触发Backend on_session_close callback"""

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected