def _is_a_lvs(x, y): return mm.is_a(x, Version(y))
def _is_a_slv(x, y): return mm.is_a(Version(x), y)