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

Method __init__

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

Source from the content-addressed store, hash-verified

242
243class Socks4aBMConnection(Socks4aConnection, TCPConnection):
244 def __init__(self, address):
245 Socks4aConnection.__init__(self, address=address)
246 TCPConnection.__init__(self, address=address, sock=self.socket)
247 self.set_state("init")
248
249 def state_proxy_handshake_done(self):
250 Socks4aConnection.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