SCons :: Action :: CommandGeneratorAction :: Class CommandGeneratorAction
[hide private]
[frames] | no frames]

Class CommandGeneratorAction

source code

ActionBase --+
             |
            CommandGeneratorAction
Known Subclasses:
LazyAction

Class for command-generator actions.



Instance Methods [hide private]
 
__init__(self, generator, kw) source code
 
_generate(self, target, source, env, for_signature) source code
 
__str__(self) source code
 
genstring(self, target, source, env) source code
 
__call__(self, target, source, env, exitstatfunc=<class SCons.Action._null at 0x846905c>, presub=<class SCons.Action._null at 0x846905c>, show=<class SCons.Action._null at 0x846905c>, execute=<class SCons.Action._null at 0x846905c>, chdir=<class SCons.Action._null at 0x846905c>) source code
 
get_presig(self, target, source, env)
Return the signature contents of this action's command line.
source code
 
get_implicit_deps(self, target, source, env) source code

Inherited from ActionBase: __add__, __cmp__, __radd__, get_contents, get_executor, presub_lines

Method Details [hide private]

genstring(self, target, source, env)

source code 
Overrides: ActionBase.genstring

get_presig(self, target, source, env)

source code 
Return the signature contents of this action's command line.

This strips $(-$) and everything in between the string,
since those parts don't affect signatures.