(/* expr */)
| 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); |