Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test_telegram_recreate_application_is_skipped_during_termination
Function · 0.45
tool_loop_agent
Method · 0.45
handler
Method · 0.45
wait
Method · 0.45
test_run_pip_in_process_streams_output_lines
Function · 0.45
execute_and_signal
Method · 0.45
error_and_signal
Method · 0.45
execute_and_count
Method · 0.45
execute_scheduler1
Method · 0.45
execute_with_exception
Method · 0.45
execute_normal
Method · 0.45
test_filter_by_event_origin
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected