MCPcopy Index your code
hub / github.com/livekit/agents / time

Method time

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

Source from the content-addressed store, hash-verified

225 self._read = 0.0
226
227 def time(self) -> float:
228 return self._time
229
230 def advance(self, seconds: float) -> None:
231 if seconds > 0:

Callers 15

_metrics_monitor_taskMethod · 0.45
time_msFunction · 0.45
_connectMethod · 0.45
getMethod · 0.45
tickMethod · 0.45
_emit_errorMethod · 0.45
_metrics_monitor_taskMethod · 0.45
_runMethod · 0.45
capture_frameMethod · 0.45
from_cache_entryMethod · 0.45
_metrics_monitor_taskMethod · 0.45

Calls

no outgoing calls