AsdfVersionMixin¶
- class asdf.versioning.AsdfVersionMixin[source]¶
Bases:
objectThis mix-in is required in order to impose the total ordering that we want for
AsdfVersion, rather than accepting the total ordering that is already provided byVersionfromsemantic_version. Defining these comparisons directly inAsdfVersionand applyingtotal_orderingthere will not work sincetotal_orderingonly defines comparison operations if they do not exist already and the base classVersionalready defines these operations.