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

Class ActionCaller

source code

A class for delaying calling an Action function with specific (positional and keyword) arguments until the Action is actually executed.

This class looks to the rest of the world like a normal Action object, but what it's really doing is hanging on to the arguments until we have a target, source and env to use for the expansion.

Instance Methods [hide private]
 
__init__(self, parent, args, kw) source code
 
get_contents(self, target, source, env) source code
 
subst(self, s, target, source, env) source code
 
subst_args(self, target, source, env) source code
 
subst_kw(self, target, source, env) source code
 
__call__(self, target, source, env, executor=None) source code
 
strfunction(self, target, source, env) source code
 
__str__(self) source code