ICI Modules: sys: pipe Modules by name : by type Synopsis array = sys.pipe() Description Creates a pipe using the pipe system call and returns an array of two integer file descriptors that represent the pipe.
array = sys.pipe()
Creates a pipe using the pipe system call and returns an array of two integer file descriptors that represent the pipe.