MCPcopy
hub / github.com/lutzroeder/netron / parseBroadcastList

Method parseBroadcastList

source/python.js:11964–11966  ·  view source on GitHub ↗
(/* expr */)

Source from the content-addressed store, hash-verified

11962 throw new python.Error(`Unsupported type '${expr.__class__.__name__}'.`);
11963 }
11964 parseBroadcastList(/* expr */) {
11965 return null;
11966 }
11967 parseType(str) {
11968 const expr = ast.parse(str);
11969 return this.parseTypeFromExpr(expr.body[0].value);

Callers 1

parseReturnFromDeclMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected