HappyDoc Generated Documentation Class: TimeoutSocket

. / BuildStructure / SOAPpy / wstools / TimeoutSocket.py / TimeoutSocket 

Methods   
  writelines 
writelines ( self,  list )
  read 
read ( self,  n=None )
  readlines 
readlines ( self,  sizehint=None )
  makefile 
makefile (
        self,
        mode=None,
        buffsize=None,
        )
  send 
send (
        self,
        data,
        flags=None,
        )
Exceptions   

TimeoutError( 'socket send() timeout.' )

  write 
write ( self,  data )
  __getattr__ 
__getattr__ ( self,  name )
  flush 
flush ( self )
  close 
close ( self )
  readline 
readline ( self,  limit=None )
  recv 
recv (
        self,
        amt,
        flags=None,
        )
Exceptions   

TimeoutError( 'socket recv() timeout.' )

  __init__ 
__init__ (
        self,
        timeout=None,
        sock=None,
        )
  connect 
connect ( self,  *addr )
Exceptions   

TimeoutError( 'socket connect() timeout.' )


This document was automatically generated Wed Jul 9 15:49:06 2008 by HappyDoc version 3.1