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

Method connectionLost

syncplay/protocols.py:469–470  ·  view source on GitHub ↗
(self, reason)

Source from the content-addressed store, hash-verified

467 self.drop()
468
469 def connectionLost(self, reason):
470 self._factory.removeWatcher(self._watcher)
471
472 def getFeatures(self):
473 if not self._features:

Callers

nothing calls this directly

Calls 1

removeWatcherMethod · 0.45

Tested by

no test coverage detected