MCPcopy Index your code
hub / github.com/lutzroeder/netron / parseExactlyOneDeclaration

Method parseExactlyOneDeclaration

source/python.js:6147–6153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6145 throw new python.Error('Not implemented.');
6146 }
6147 parseExactlyOneDeclaration() {
6148 // const L = this.L;
6149 const result = this.parseDeclaration();
6150 // L.nextIf(TK_NEWLINE);
6151 // L.expect(TK_EOF);
6152 return result;
6153 }
6154 parseArgument(idx, is_return, kwarg_only) {
6155 const L = this.L;
6156 const type_parser = this.type_parser;

Callers

nothing calls this directly

Calls 1

parseDeclarationMethod · 0.80

Tested by

no test coverage detected