()
| 16490 | return this.find_method(name) ? true : false; |
| 16491 | } |
| 16492 | _method_names() { |
| 16493 | return this.type().methods().map((fn) => fn.name()); |
| 16494 | } |
| 16495 | __setattr__(name, value) { |
| 16496 | // if (this._type.hasContant(name)) |
| 16497 | this._ivalue[name] = value; |