Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Syncplay/syncplay
/ drop
Method
drop
syncplay/protocols.py:62–63 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
60
self.showDebugMessage(
"client/server >> {}"
.format(line))
61
62
def
drop(self):
63
self.transport.loseConnection()
64
65
def
dropWithError(self, error):
66
raise
NotImplementedError()
Callers
2
dropWithError
Method · 0.45
dropWithError
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected