Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
listen
Function · 0.80
_createListenSocket
Method · 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
listen
Function · 0.64