pyre.ipc.Pipe¶
Module Contents¶
-
class
pyre.ipc.Pipe.Pipe(infd, outfd, **kwds)¶ Bases:
pyre.ipc.Channel.ChannelA channel that uses pipes as the communication mechanism
-
infd¶
-
outfd¶
-
close(self)¶ Shut down this channel
-
read(self, minlen=0, maxlen=64 * 1024)¶ Read {count} bytes from my input channel
-
write(self, bstr)¶ Write the bytes in {bstr} to my output channel
-
__str__(self)¶
-