MCPcopy Index your code
hub / github.com/Syncplay/syncplay / getUserOffset

Method getUserOffset

syncplay/client.py:465–466  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

463 self._executePlaystateHooks(position, paused, doSeek, setBy, messageAge)
464
465 def getUserOffset(self):
466 return self._userOffset
467
468 def setUserOffset(self, time):
469 self._userOffset = time

Callers 4

updatePlayerStatusMethod · 0.95
setPositionMethod · 0.95
_tryAdvancedCommandsMethod · 0.80
setOffsetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected