Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstrBotDevs/AstrBot
/ execute_normal
Method
execute_normal
tests/unit/test_event_bus.py:410–411 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
408
scheduler2.execute = AsyncMock()
409
410
async
def
execute_normal(event):
# noqa: ARG001
411
second_event_processed.set()
412
413
scheduler2.execute.side_effect = execute_normal
414
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected