MCPcopy Index your code
hub / github.com/AstrBotDevs/AstrBot / set

Method set

tests/test_dingtalk_adapter.py:44–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42 return self._event.is_set()
43
44 def set(self) -> None:
45 self._event.set()
46
47 def wait(self, timeout: float | None = None) -> bool:
48 self.wait_timeout = timeout

Callers 15

tool_loop_agentMethod · 0.45
handlerMethod · 0.45
waitMethod · 0.45
execute_and_signalMethod · 0.45
error_and_signalMethod · 0.45
execute_and_countMethod · 0.45
execute_scheduler1Method · 0.45
execute_normalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected