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

Class LazyAction

source code

        ActionBase --+    
                     |    
CommandGeneratorAction --+
                         |
    ActionBase --+       |
                 |       |
     _ActionAction --+   |
                     |   |
         CommandAction --+
                         |
                        LazyAction

Instance Methods [hide private]
 
__init__(self, var, kw) source code
 
get_parent_class(self, env) source code
 
_generate_cache(self, env) source code
 
_generate(self, target, source, env, for_signature, executor=False) source code
 
__call__(self, target, source, env, *args, **kw) source code
 
get_presig(self, target, source, env)
Return the signature contents of this action's command line.
source code
 
get_varlist(self, target, source, env, executor=False) source code

Inherited from CommandGeneratorAction: __str__, batch_key, genstring, get_implicit_deps, get_targets

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

Inherited from CommandAction: execute, process, strfunction

Inherited from _ActionAction: print_cmd_line

Method Details [hide private]

__init__(self, var, kw)
(Constructor)

source code 
Overrides: CommandGeneratorAction.__init__

_generate(self, target, source, env, for_signature, executor=False)

source code 
Overrides: CommandGeneratorAction._generate

__call__(self, target, source, env, *args, **kw)
(Call operator)

source code 
Overrides: CommandGeneratorAction.__call__

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.

Overrides: CommandGeneratorAction.get_presig
(inherited documentation)

get_varlist(self, target, source, env, executor=False)

source code 
Overrides: CommandGeneratorAction.get_varlist