Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitmessage/PyBitmessage
/ handle_write
Method
handle_write
src/network/http-old.py:33–35 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
return
(len(self.buffer) > 0)
32
33
def
handle_write(self):
34
sent = self.send(self.buffer)
35
self.buffer = self.buffer[sent:]
36
37
if
__name__ ==
"__main__"
:
38
# initial fill
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected