MCPcopy
hub / github.com/docker/docker-py / version_lt

Function version_lt

docker/utils/utils.py:77–78  ·  view source on GitHub ↗
(v1, v2)

Source from the content-addressed store, hash-verified

75
76
77def version_lt(v1, v2):
78 return compare_version(v1, v2) > 0
79
80
81def version_gte(v1, v2):

Callers 9

test_compare_versionsFunction · 0.90
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
version_gteFunction · 0.85
create_networkMethod · 0.85
inspect_networkMethod · 0.85

Calls 1

compare_versionFunction · 0.85

Tested by 1

test_compare_versionsFunction · 0.72