Table of Contents

Class: Term pyVC/Term.py
Base Classes   
object
Methods   
__init__
_get_pid
_read
_read_process
_set_nb
_write
_write_process
connect
kill
serve
socket
start
status
wait
  __init__ 
__init__ (
        self,
        command=None,
        autostart=True,
        )

  _get_pid 
_get_pid ( self )

  _read 
_read (
        self,
        handle,
        rbufsize=4096,
        )

Exceptions   
RuntimeError, ( 1, 'ERROR: socket connection broken' )
  _read_process 
_read_process ( self )

  _set_nb 
_set_nb ( self,  fdlist )

  _write 
_write (
        self,
        handle,
        str,
        )

Exceptions   
RuntimeError, ( 1, 'ERROR: socket connection broken' )
  _write_process 
_write_process ( self,  str )

  connect 
connect (
        self,
        host=None,
        port=None,
        )

Exceptions   
ValueError, 'ERROR: command not started'
ValueError, 'ERROR: host and port not specified'
  kill 
kill ( self,  signal )

  serve 
serve ( self )

  socket 
socket (
        self,
        host="",
        port=0,
        )

  start 
start ( self )

  status 
status ( self )

  wait 
wait ( self )


Table of Contents

This document was automatically generated on Thu Jan 18 11:28:09 2007 by HappyDoc version 2.1