MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / bind

Method bind

src/network/asyncore_pollchoose.py:614–616  ·  view source on GitHub ↗
(self, addr)

Source from the content-addressed store, hash-verified

612 return self.socket.listen(num)
613
614 def bind(self, addr):
615 self.addr = addr
616 return self.socket.bind(addr)
617
618 def connect(self, address):
619 self.connected = False

Callers 6

listenFunction · 0.80
_createListenSocketMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by 1

listenFunction · 0.64