(name)
| 16503 | return this._typ.hasAttribute(name) || this._typ.hasConstant(name); |
| 16504 | } |
| 16505 | getattr(name) { |
| 16506 | return this.__getattr__(name); |
| 16507 | } |
| 16508 | _properties() { |
| 16509 | throw new python.Error("'torch.ScriptObject._properties' not implemented."); |
| 16510 | } |
no test coverage detected