(name)
| 6420 | return this._is_varret; |
| 6421 | } |
| 6422 | argumentIndexWithName(name) { |
| 6423 | const index = this.arguments.findIndex((arg) => arg.name === name); |
| 6424 | return index === -1 ? null : index; |
| 6425 | } |
| 6426 | _parse() { |
| 6427 | if (this._buffer) { |
| 6428 | const parser = new torch._C.SchemaParser(this._buffer, true /* parseSchemaOrName */); |
no outgoing calls
no test coverage detected