MCPcopy Index your code
hub / github.com/BrendanParmer/NodeToPython / get_min_version

Function get_min_version

tools/node_settings_generator/parse_nodes.py:224–230  ·  view source on GitHub ↗
(versions: list[Version])

Source from the content-addressed store, hash-verified

222 return (version[0], version[1], 0)
223
224def get_min_version(versions: list[Version]) -> Version | None:
225 min_version = min(versions)
226
227 if min_version != NTP_MIN_VERSION:
228 return min_version
229 else:
230 return None
231
232def get_max_version(versions: list[Version], blender_versions: list[Version]
233 ) -> Version | None:

Callers 2

write_ntp_node_settingsFunction · 0.85
write_nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected