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

Method stopRetrying

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

Source from the content-addressed store, hash-verified

55 return SyncClientProtocol(self._client)
56
57 def stopRetrying(self):
58 self._client._reconnectingService.stopService()
59 self._client.ui.showErrorMessage(getMessage("disconnection-notification"))
60
61
62class SyncplayClient(object):

Callers 1

dropWithErrorMethod · 0.80

Calls 2

getMessageFunction · 0.90
showErrorMessageMethod · 0.45

Tested by

no test coverage detected