MCPcopy Create free account
hub / github.com/livekit/agents / new_event_loop

Method new_event_loop

tests/virtual_time.py:320–321  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

318
319class _VirtualTimePolicy(asyncio.DefaultEventLoopPolicy):
320 def new_event_loop(self) -> asyncio.AbstractEventLoop:
321 return _VirtualTimeLoop()
322
323
324@pytest.fixture

Callers 6

__init__Method · 0.80
connectFunction · 0.80
_run_tcp_consoleFunction · 0.80
_run_workerFunction · 0.80
runMethod · 0.80
_current_event_loopFunction · 0.80

Calls 1

_VirtualTimeLoopClass · 0.85

Tested by

no test coverage detected