|
|
__init__(self,
action_name,
env,
normal=1,
master=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
can_retrieve_cache(self,
sig)
Retrieve build nodes from the cache - the file time stamps are
updated for cleaning the least used files from the cache dir - be
careful when overridding |
source code
|
|
|
Inherited from Task.Task:
__repr__,
__str__,
add_file_dependency,
compute_sig_implicit_deps,
debug_why,
post_run,
set_inputs,
set_outputs,
set_run_after,
sig_explicit_deps,
sig_implicit_deps,
sig_vars,
signature,
unique_id
Inherited from Task.TaskBase:
attr,
call_run,
display,
format_error,
hash_constraints,
install
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__
|