Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
77
def
version_lt(v1, v2):
78
return
compare_version(v1, v2) > 0
79
80
81
def
version_gte(v1, v2):
Callers
9
test_compare_versions
Function · 0.90
__init__
Method · 0.85
__init__
Method · 0.85
__init__
Method · 0.85
__init__
Method · 0.85
version_gte
Function · 0.85
create_network
Method · 0.85
inspect_network
Method · 0.85
disconnect_container_from_network
Method · 0.85
Calls
1
compare_version
Function · 0.85
Tested by
1
test_compare_versions
Function · 0.72