A null Executor, with a null build Environment, that does
nothing when the rest of the methods call it.
This might be able to disapper when we refactor things to
disassociate Builders from Nodes entirely, so we're not
going to worry about unit tests for this--at least for now.
|
|
|
|
|
|
|
|
|
prepare(self)
Preparatory checks for whether this Executor can go ahead
and (try to) build its targets. |
source code
|
|
Inherited from Executor :
__call__ ,
__str__ ,
add_post_action ,
add_pre_action ,
add_sources ,
do_execute ,
do_nothing ,
get_action_list ,
get_contents ,
get_implicit_deps ,
get_kw ,
get_sources ,
get_timestamp ,
get_unignored_sources ,
my_str ,
nullify ,
process_sources ,
scan ,
scan_sources ,
scan_targets ,
set_action_list
|