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

Method constructor

server/src/parser/parseNodes.ts:248–252  ·  view source on GitHub ↗
(exceptToken: Token, exceptSuite: SuiteNode)

Source from the content-addressed store, hash-verified

246 exceptSuite: SuiteNode;
247
248 constructor(exceptToken: Token, exceptSuite: SuiteNode) {
249 super(exceptToken);
250 this.exceptSuite = exceptSuite;
251 this.extend(exceptSuite);
252 }
253
254 getChildren(): RecursiveParseNodeArray {
255 return [this.typeExpression, this.name, this.exceptSuite];

Callers

nothing calls this directly

Calls 1

extendMethod · 0.80

Tested by

no test coverage detected