|
|
|
__init__(self,
max_parallelism=4)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
list of command_t
|
add_sequential(self,
command_strings,
unbufferred=False)
Add a list of command strings as sequential tasks to the work queue. |
source code
|
|
|
build(self,
dag=None,
targets=None,
die_on_errors=True,
show_output=True,
error_limit=0,
show_progress=False,
show_errors_only=False,
join_timeout=10.0)
This makes the work queue start building stuff. |
source code
|
|
|
clear_commands(self)
Remove any previously remembered commands |
source code
|
|
|
commands(self)
Return list of all commands involved in last build |
source code
|
|
string
|
|
|
elapsed_time(self)
Return the elapsed time as an a number |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|