Package dtest :: Module local_session_handler :: Class LocalSessionHandler
[show private | hide private]
[frames | no frames]

Type LocalSessionHandler

    object --+    
             |    
SessionHandler --+
                 |
                LocalSessionHandler


A Local DTest session handler which may run command through a local pty connection
Method Summary
  __init__(self)
  close(self)
  getFile(self, sourcePath, destinationPath)
  open(self, *args, **kwargs)
  putFile(self, sourcePath, destinationPath)
  recv(self, size, buffer)
  recv_ready(self)
  send(self, string)
  sendall(self, string)
  updateEnviron(self, environ)
    Inherited from SessionHandler
  openIfNotOpened(self)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
    Inherited from SessionHandler
Formatter fmt = <logging.Formatter instance at 0xb7c4e46c>
Logger logger = <logging.Logger instance at 0xb7c4e7ac>
StreamHandler sh = <logging.StreamHandler instance at 0xb7c4e74c>

Generated by Epydoc 2.1 on Mon Jun 11 13:18:47 2007 http://epydoc.sf.net