Class for Python function actions.
| Method Summary |
| |
__init__(self,
execfunction,
cmdstr,
*args,
**kw)
|
| |
__str__(self)
|
| |
execute(self,
target,
source,
env)
|
| |
function_name(self)
|
| |
get_contents(self,
target,
source,
env)
Return the signature contents of this callable action. |
| |
get_implicit_deps(self,
target,
source,
env)
|
| |
strfunction(self,
target,
source,
env)
|
| Inherited from _ActionAction |
| |
__call__(self,
target,
source,
env,
exitstatfunc,
presub,
show,
execute,
chdir)
|
| |
print_cmd_line(self,
s,
target,
source,
env)
|
| Inherited from ActionBase |
| |
__add__(self,
other)
|
| |
__cmp__(self,
other)
|
| |
__radd__(self,
other)
|
| |
genstring(self,
target,
source,
env)
|
| |
get_executor(self,
env,
overrides,
tlist,
slist,
executor_kw)
Return the Executor for this Action. |
| |
presub_lines(self,
env)
|