Lines Matching refs:v2
35 for v1, v2, wanted in versions:
37 res = StrictVersion(v1)._cmp(StrictVersion(v2))
44 % (v1, v2))
47 (v1, v2, wanted, res))
48 res = StrictVersion(v1)._cmp(v2)
51 (v1, v2, wanted, res))
55 (v1, v2, res))
69 for v1, v2, wanted in versions:
70 res = LooseVersion(v1)._cmp(LooseVersion(v2))
73 (v1, v2, wanted, res))
74 res = LooseVersion(v1)._cmp(v2)
77 (v1, v2, wanted, res))
81 (v1, v2, res))