MCPcopy
hub / github.com/microsoft/pyright / constructor

Method constructor

server/src/parser/parseNodes.ts:373–377  ·  view source on GitHub ↗
(atToken: Token, callName: ExpressionNode)

Source from the content-addressed store, hash-verified

371 arguments: ArgumentNode[] = [];
372
373 constructor(atToken: Token, callName: ExpressionNode) {
374 super(atToken);
375 this.callName = callName;
376 this.extend(callName);
377 }
378
379 getChildren(): RecursiveParseNodeArray {
380 return [this.callName, this.arguments];

Callers

nothing calls this directly

Calls 1

extendMethod · 0.80

Tested by

no test coverage detected