Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/pyright
/ _getLanguageVersion
Method
_getLanguageVersion
server/src/parser/parser.ts:2386–2388 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2384
}
2385
2386
private _getLanguageVersion() {
2387
return
this._parseOptions.pythonVersion;
2388
}
2389
2390
private _addError(message: string, range: TextRange) {
2391
assert(range !== undefined);
Callers
2
_parseAtomExpression
Method · 0.95
_parseExpressionStatement
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected