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

Class ListAction

ActionBase --+
             |
            ListAction


Class for lists of other actions.


Method Summary
  __init__(self, list)
  __call__(self, target, source, env, exitstatfunc, presub, show, execute, chdir)
  __str__(self)
  genstring(self, target, source, env)
  get_contents(self, target, source, env)
Return the signature contents of this action list.
  get_implicit_deps(self, target, source, env)
  presub_lines(self, env)
    Inherited from ActionBase
  __add__(self, other)
  __cmp__(self, other)
  __radd__(self, other)
  get_executor(self, env, overrides, tlist, slist, executor_kw)
Return the Executor for this Action.

Method Details

get_contents(self, target, source, env)

Return the signature contents of this action list.

Simple concatenation of the signatures of the elements.


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