MCPcopy Create free account
hub / github.com/ResearAI/DeepScientist / pythonMajorMinor

Function pythonMajorMinor

bin/ds.js:954–959  ·  view source on GitHub ↗
(probe)

Source from the content-addressed store, hash-verified

952}
953
954function pythonMajorMinor(probe) {
955 if (!probe || typeof probe.major !== 'number' || typeof probe.minor !== 'number') {
956 return '';
957 }
958 return `${probe.major}.${probe.minor}`;
959}
960
961function pythonVersionText(probe) {
962 if (!probe) {

Callers 2

pythonVersionTextFunction · 0.85
ensurePythonRuntimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected