MCPcopy Index your code
hub / github.com/pyload/pyload / recv

Method recv

module/remote/thriftbackend/Socket.py:37–42  ·  view source on GitHub ↗
(self, buff)

Source from the content-addressed store, hash-verified

35 return self.send(buff)
36
37 def recv(self, buff):
38 try:
39 return self.__dict__["connection"].recv(buff)
40 except WantReadError:
41 sleep(0.1)
42 return self.recv(buff)
43
44class Socket(TSocket):
45 def __init__(self, host='localhost', port=7228, ssl=False):

Callers 2

handleMethod · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected