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

Method __init__

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

Source from the content-addressed store, hash-verified

221 __slots__ = ("_time", "_read")
222
223 def __init__(self) -> None:
224 self._time = 0.0
225 self._read = 0.0
226
227 def time(self) -> float:
228 return self._time

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected