MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / __init__

Method __init__

src/network/tcp.py:229–232  ·  view source on GitHub ↗
(self, address)

Source from the content-addressed store, hash-verified

227
228class Socks5BMConnection(Socks5Connection, TCPConnection):
229 def __init__(self, address):
230 Socks5Connection.__init__(self, address=address)
231 TCPConnection.__init__(self, address=address, sock=self.socket)
232 self.set_state("init")
233
234 def state_proxy_handshake_done(self):
235 Socks5Connection.state_proxy_handshake_done(self)

Callers

nothing calls this directly

Calls 2

set_stateMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected