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

Method handle_read

src/network/http-old.py:26–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 self.close()
25
26 def handle_read(self):
27# print self.recv(8192)
28 self.recv(8192)
29
30 def writable(self):
31 return (len(self.buffer) > 0)

Callers

nothing calls this directly

Calls 1

recvMethod · 0.45

Tested by

no test coverage detected