Package ClusterShell :: Package Worker :: Module EngineClient
[hide private]
[frames] | no frames]

Module EngineClient

source code

EngineClient

ClusterShell engine's client interface.

An engine client is similar to a process, you can start/stop it, read data from it and write data to it.

Classes [hide private]
  EngineClientException
Generic EngineClient exception.
  EngineClientEOF
EOF from client.
  EngineClientError
Base EngineClient error exception.
  EngineClientNotSupportedError
Operation not supported by EngineClient.
  EngineClient
Abstract class EngineClient.
Variables [hide private]
  __package__ = 'ClusterShell.Worker'
  __warningregistry__ = {('The popen2 module is deprecated. Use...
Variables Details [hide private]

__warningregistry__

Value:
{('The popen2 module is deprecated.  Use the subprocess module.',
  <type 'exceptions.DeprecationWarning'>,
  45): True}