()
| 13179 | return true; |
| 13180 | } |
| 13181 | hasDebugName() { |
| 13182 | return this._unique_name && this._unique_name.length > 0; |
| 13183 | } |
| 13184 | setDebugName(name) { |
| 13185 | if (!this.isValidName(name)) { |
| 13186 | throw new python.Error(`Invalid name '${name}'.`); |
no outgoing calls
no test coverage detected