MCPcopy Index your code
hub / github.com/extrabacon/python-shell / getVersion

Method getVersion

index.ts:352–355  ·  view source on GitHub ↗
(pythonPath?: string)

Source from the content-addressed store, hash-verified

350 };
351
352 static getVersion(pythonPath?: string) {
353 if (!pythonPath) pythonPath = this.getPythonPath()
354 return execPromise(pythonPath + " --version");
355 }
356
357 static getVersionSync(pythonPath?: string) {
358 if (!pythonPath) pythonPath = this.getPythonPath()

Callers

nothing calls this directly

Calls 1

getPythonPathMethod · 0.95

Tested by

no test coverage detected