MCPcopy Create free account
hub / github.com/Syncplay/syncplay / getGlobalPaused

Method getGlobalPaused

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

Source from the content-addressed store, hash-verified

512 return position
513
514 def getGlobalPaused(self):
515 if not self._lastGlobalUpdate:
516 return True
517 return self._globalPaused
518
519 def eofReportedByPlayer(self):
520 if self.playlist.notJustChangedPlaylist() and self.userlist.currentUser.file:

Callers 14

getPlayerPausedMethod · 0.95
_onFileUpdateMethod · 0.80
askForStatusMethod · 0.80
lineReceivedMethod · 0.80
openFileMethod · 0.80
_storePauseStateMethod · 0.80
askForStatusMethod · 0.80
openFileMethod · 0.80
_handleUnknownLineMethod · 0.80
_onFileUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected