Esempio n. 1
0
def _is_a_lvs(x, y):
    return mm.is_a(x, Version(y))
Esempio n. 2
0
def _is_a_slv(x, y):
    return mm.is_a(Version(x), y)