Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/pyright
/ getAssignmentError
Method
getAssignmentError
server/src/parser/parseNodes.ts:899–901 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
897
entries: ExpressionNode[] = [];
898
899
getAssignmentError(): string | undefined {
900
return
undefined;
901
}
902
903
getChildren(): RecursiveParseNodeArray {
904
return
this.entries;
Callers
7
getAssignmentError
Method · 0.45
getAssignmentError
Method · 0.45
getAssignmentError
Method · 0.45
getAssignmentError
Method · 0.45
getAssignmentError
Method · 0.45
_parseExpressionStatement
Method · 0.45
_parseChainAssignments
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected