Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ handle_write
Method
handle_write
monkey/monkey.py:41–43 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
39
self.parse_response()
40
41
def
handle_write(self):
42
sent = self.send(self.buf)
43
self.buf = self.buf[sent:]
44
45
def
handle_close(self):
46
self.close()
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected