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

Method getPythonPath

index.ts:297–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

295 }
296
297 static getPythonPath() {
298 return this.defaultOptions.pythonPath ? this.defaultOptions.pythonPath : this.defaultPythonPath;
299 }
300
301 /**
302 * checks syntax without executing code

Callers 3

checkSyntaxFileMethod · 0.95
getVersionMethod · 0.95
getVersionSyncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected