All Samples(4) | Call(2) | Derive(0) | Import(2)
src/c/o/cogent-1.5.3/cogent/app/util.py cogent(Download)
MixedParameter,Parameters, _find_synonym, is_not_None, FilePath from cogent.util.misc import if_ from cogent.util.transform import cartesian_product from cogent.util.misc import app_path
This method iterates over the cartesian product of parameter values """ for vals in cartesian_product(self._values): yield self._make_app_params(vals)
src/p/y/pycogent-HEAD/cogent/app/util.py pycogent(Download)
MixedParameter,Parameters, _find_synonym, is_not_None, FilePath from cogent.util.misc import if_ from cogent.util.transform import cartesian_product from cogent.util.misc import app_path
This method iterates over the cartesian product of parameter values """ for vals in cartesian_product(self._values): yield self._make_app_params(vals)