(self)
| 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: |
no outgoing calls
no test coverage detected