MCPcopy 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_logMethod · 0.95
wait_for_exitMethod · 0.95

Calls 2

getMethod · 0.80
raise_on_errorMethod · 0.45

Tested by

no test coverage detected