|
|
__init__(self,
*k)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
apply(self)
order the methods to execute using self.prec or task_gen.prec |
source code
|
|
|
|
input_file(self,
file_name,
template='%s')
Returns an object to be used as argv element that instructs the task
to use a file from the input vector at the given position as argv
element. |
source code
|
|
|
|
output_file(self,
file_name,
template='%s')
Returns an object to be used as argv element that instructs the task
to use a file from the output vector at the given position as argv
element. |
source code
|
|
|
|
input_dir(self,
dir_name)
Returns an object to be used as argv element that instructs the task
to use a directory path from the input vector at the given position
as argv element. |
source code
|
|
|
|
output_dir(self,
dir_name)
Returns an object to be used as argv element that instructs the task
to use a directory path from the output vector at the given position
as argv element. |
source code
|
|
|
Inherited from TaskGen.task_gen:
__setattr__,
__str__,
apply_core,
clone,
create_task,
find_sources_in_dirs,
get_hook,
get_inst_path,
post,
set_inst_path,
to_list
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__
|