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

Method parseType

source/python.js:11556–11559  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11554 this._allow_typevars = allow_typevars;
11555 }
11556 parseType() {
11557 const r = this.parseFakeAndRealType();
11558 return { first: r[0], second: r[2] };
11559 }
11560 parseBaseType() {
11561 const L = this.L;
11562 const tok = L.cur();

Callers 2

parseFakeAndRealTypeMethod · 0.45
loadTypeMethod · 0.45

Calls 3

parseFakeAndRealTypeMethod · 0.80
parseTypeFromExprMethod · 0.80
parseMethod · 0.45

Tested by

no test coverage detected