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

Class ActionFactory

source code

A factory class that will wrap up an arbitrary function
as an SCons-executable Action object.

The real heavy lifting here is done by the ActionCaller class.
We just collect the (positional and keyword) arguments that we're
called with and give them to the ActionCaller object we create,
so it can hang onto them until it needs them.



Instance Methods [hide private]
 
__init__(self, actfunc, strfunc, convert=<function <lambda> at 0x8450cdc>) source code
 
__call__(self, *args, **kw) source code