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

Method connect

src/lib/subtl/subtl.py:36–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 self.timeout = 9
35
36 def connect(self):
37 return self._send(CONNECT)
38
39 def announce(self, **kwargs):
40 if not kwargs:

Callers 2

announceTrackerUdpMethod · 0.95
_sendMethod · 0.45

Calls 1

_sendMethod · 0.95

Tested by

no test coverage detected