Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/pyright
/ getAssignmentError
Method
getAssignmentError
server/src/parser/parseNodes.ts:577–579 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
575
}
576
577
getAssignmentError(): string | undefined {
578
return
this.expression.getAssignmentError();
579
}
580
581
getChildren(): RecursiveParseNodeArray {
582
return
this.expression;
Callers
nothing calls this directly
Calls
1
getAssignmentError
Method · 0.45
Tested by
no test coverage detected