BuildTypeMeta¶
- class selene_core.build_utils.types.BuildTypeMeta¶
A metaclass for core types in the build system.
Artifact kinds and steps have class semantics rather than instance semantics. After all, a ‘kind’ is a type of classification, carrying no state, but we wish to have collections of them and so on.
- __str__() str¶
Return str(self).