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

Class FunctionAction

source code

ActionBase --+    
             |    
 _ActionAction --+
                 |
                FunctionAction

Class for Python function actions.



Instance Methods [hide private]
 
__init__(self, execfunction, kw) source code
 
function_name(self) source code
 
strfunction(self, target, source, env) source code
 
__str__(self) source code
 
execute(self, target, source, env) source code
 
get_presig(self, target, source, env)
Return the signature contents of this callable action.
source code
 
get_implicit_deps(self, target, source, env) source code

Inherited from _ActionAction: __call__, print_cmd_line

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

Method Details [hide private]

__init__(self, execfunction, kw)
(Constructor)

source code 
Overrides: _ActionAction.__init__