encode.execution.Job Class Reference

Job. More...

List of all members.

Public Member Functions

def __init__
def __iter__
def __repr__
def __call__


Detailed Description

Job.

Describes command parameters.  The 'args', 'vars' and 'workdir' attributes are publicly
   accessible.

Definition at line 276 of file execution.py.


Member Function Documentation

def encode.execution.Job.__call__ (   self,
  channels = [] 
)

Definition at line 296 of file execution.py.

def encode.execution.Job.__init__ (   self,
  args,
  vars = None,
  workdir = None 
)

ARGS is the argument vector starting with the program name or path.
   VARS is a dictionary of additional environment variables.
   WORKDIR is the current working directory of the command.

Definition at line 279 of file execution.py.

def encode.execution.Job.__iter__ (   self  ) 

Definition at line 290 of file execution.py.

def encode.execution.Job.__repr__ (   self  ) 

Definition at line 293 of file execution.py.


The documentation for this class was generated from the following file:
Generated on Thu Jan 18 09:47:53 2007 for Encode by  doxygen 1.4.7