예제 #1
0
def _is_a_lvs(x, y):
    return mm.is_a(x, Version(y))
예제 #2
0
def _is_a_slv(x, y):
    return mm.is_a(Version(x), y)