mecfs_bio.build_system.rebuilder.base_rebuilder
Abstract base class for Rebuilders. See Andrey Mokhov, Neil Mitchell, and Simon Peyton Jones. Build systems à la carte.
Classes:
-
Rebuilder–Key Operations:
Rebuilder
Bases: ABC
Key Operations: - Decide whether a given asset is up-to-date using information from Info. - If the asset is up-to-date, return it together with Info. - If the asset is not up-to-date, bring it up-to-date, update Info, and return the new values of both.
Methods: