pyre.ipc.SocketTCP

Module Contents

class pyre.ipc.SocketTCP.SocketTCP

Bases: pyre.ipc.Socket.Socket

A channel that uses TCP sockets as the communication mechanism

type
__slots__ = []
read(self, minlen=0, maxlen=4 * 1024)

Read {count} bytes from my input channel

write(self, bstr)

Write the bytes in {bstr} to my output channel

__str__(self)