Home | History | Annotate | Download | only in Lib

Lines Matching defs:recv

573      * Any form of network IO incluging methods such as ``recv`` and ``send``.
980 def recv(self, buflen=1024, flags=0):
985 "non-zero flags not allowed in calls to recv() on %s" %
989 return socket.recv(self, buflen, flags)