(self, command)
| 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异常""" |
no outgoing calls
no test coverage detected