Home
last modified time | relevance | path

Searched refs:descriptive_param (Results 1 – 2 of 2) sorted by relevance

/dports/science/py-ruffus/ruffus-2.8.3/doc/
H A Dimplementation_notes.rst472 This is an iterator function which yields ``param`` and ``descriptive_param`` per iteration:
476 for param, descriptive_param in self.param_generator_func(runtime_data):
480 …``param`` and ``descriptive_param`` are basically the same except that globs are not expanded in `…
/dports/science/py-ruffus/ruffus-2.8.3/ruffus/
H A Dtask.py1983 def _get_job_name(self, descriptive_param, verbose_abbreviated_path, runtime_data): argument
1989 return self.job_descriptor(descriptive_param, verbose_abbreviated_path, runtime_data)[0]