(self)
| 98 | self._setFinished() |
| 99 | |
| 100 | def getError(self) -> Exception | None: |
| 101 | return self._error |
| 102 | |
| 103 | def getData(self) -> TwitchGQLModels.Channel | TwitchGQLModels.Video | TwitchGQLModels.Clip | ExternalPlaybackGenerator.ExternalPlayback: |
| 104 | return self._data |
no outgoing calls
no test coverage detected