MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / disconnect

Method disconnect

src/Tor/TorManager.py:184–187  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

182 return self.conn
183
184 def disconnect(self):
185 if self.conn:
186 self.conn.close()
187 self.conn = None
188
189 def startOnions(self):
190 if self.enabled:

Callers 2

delOnionMethod · 0.95
sendMethod · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected