Package SCons :: Module Action :: Class ActionBase
[show private | hide private]
[frames | no frames]

Class ActionBase

Known Subclasses:
CommandGeneratorAction, ListAction

Base class for all types of action objects that can be held by other objects (Builders, Executors, etc.) This provides the common methods for manipulating and combining those actions.


Method Summary
  __add__(self, other)
  __cmp__(self, other)
  __radd__(self, other)
  genstring(self, target, source, env)
  get_executor(self, env, overrides, tlist, slist, executor_kw)
Return the Executor for this Action.
  presub_lines(self, env)

Method Details

get_executor(self, env, overrides, tlist, slist, executor_kw)

Return the Executor for this Action.


Generated by Epydoc 2.1 on Wed Dec 12 09:39:32 2007 http://epydoc.sf.net