__init__.py |
|
1500 |
build_config.py |
|
757 |
multi_dep.py |
Load tasks based on the jobs dependant kinds, designed for use as
multiple-dependent needs.
Required ``group-by-fn`` is used to define how we coalesce the
multiple deps together to pass to transforms, e.g. all kinds specified get
collapsed by platform with `platform`
Optional ``primary-dependency`` (ordered list or string) is used to determine
which upstream kind to inherit attrs from. See ``get_primary_dep``.
Optional ``task-template`` kind configuration value, if specified, will be used to
pass configuration down to the specified transforms used.
|
3269 |