MCPcopy Create free account
hub / github.com/shapely/shapely / version_tuple

Function version_tuple

setup.py:107–108  ·  view source on GitHub ↗
(ver)

Source from the content-addressed store, hash-verified

105 return {}
106
107 def version_tuple(ver):
108 return tuple(int(itm) if itm.isnumeric() else itm for itm in ver.split("."))
109
110 if version_tuple(geos_version) < version_tuple(MIN_GEOS_VERSION):
111 raise ImportError(

Callers 1

get_ext_optionsFunction · 0.85

Calls 1

splitMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…