Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ next_event
Method
next_event
scripts/integration_test.py:377–380 ·
view source on GitHub ↗
(self, timeout_id)
Source
from the content-addressed store, hash-verified
375
return
timeout_id
376
377
def
next_event(self, timeout_id):
378
event = self.events.get()
379
event.raise_on_error(timeout_id)
380
return
event
381
382
def
clear_events(self):
383
while
True:
Callers
2
wait_for_log
Method · 0.95
wait_for_exit
Method · 0.95
Calls
2
get
Method · 0.80
raise_on_error
Method · 0.45
Tested by
no test coverage detected