(module, name)
| 4295 | throw new python.Error('Unexpected end of file.'); |
| 4296 | } |
| 4297 | find_class(module, name) { |
| 4298 | execution.__import__(module); |
| 4299 | return execution.resolve(`${module}.${name}`); |
| 4300 | } |
| 4301 | _instantiate(cls, args) { |
| 4302 | return execution.invoke(cls, args); |
| 4303 | } |
no test coverage detected