(name)
| 6046 | } |
| 6047 | } |
| 6048 | __getattr__(name) { |
| 6049 | if (this._modules.has(name)) { |
| 6050 | return this._modules.get(name); |
| 6051 | } |
| 6052 | return this[name]; |
| 6053 | } |
| 6054 | __delattr__(name) { |
| 6055 | if (this._modules.has(name)) { |
| 6056 | this._modules.delete(name); |
no test coverage detected