mecfs_bio.build_system.task.base_task
Instructions for materializing an asset.
Classes:
-
GeneratingTask–Instructions for materializing an asset.
Attributes:
-
Task–
GeneratingTask
Bases: ABC
Instructions for materializing an asset.
Methods:
-
execute–Materialize the target asset, using the 'fetch' callback to access asset dependencies.
Attributes:
-
asset_id(AssetId) – -
deps(list[Task]) –List of tasks whose assets are needed to produce the target asset.
-
meta(Meta) –Metadata describing the target asset.
deps
abstractmethod
property
List of tasks whose assets are needed to produce the target asset.
execute
abstractmethod
Materialize the target asset, using the 'fetch' callback to access asset dependencies.