Table of Contents
Readable pipe/socket
read ( nbytes )
Yield nbytes bytes from connection, or less if EOF
nbytes
readline ( maxlen=None, delimiter='\n' )
Yield one line from connection of up to maxlen bytes
maxlen