Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitmessage/PyBitmessage
/ __init__
Method
__init__
src/network/asyncore_pollchoose.py:816–818 ·
view source on GitHub ↗
(self, sock=None, map=None)
Source
from the content-addressed store, hash-verified
814
class
dispatcher_with_send(dispatcher):
815
816
def
__init__(self, sock=None, map=None):
817
dispatcher.__init__(self, sock, map)
818
self.out_buffer = b
''
819
820
def
initiate_send(self):
821
num_sent = 0
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected