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

Method constructor

server/src/parser/parseNodes.ts:342–346  ·  view source on GitHub ↗
(withToken: Token, suite: SuiteNode)

Source from the content-addressed store, hash-verified

340 suite: SuiteNode;
341
342 constructor(withToken: Token, suite: SuiteNode) {
343 super(withToken);
344 this.suite = suite;
345 this.extend(suite);
346 }
347
348 getChildren(): RecursiveParseNodeArray {
349 return [this.withItems, this.suite];

Callers

nothing calls this directly

Calls 1

extendMethod · 0.80

Tested by

no test coverage detected