| 16 | using ModuleBase::ModuleBase; |
| 17 | |
| 18 | ModuleInfo Info() const override { |
| 19 | PYBIND11_OVERRIDE_PURE(ModuleInfo, ModuleBase, Info); |
| 20 | } |
| 21 | |
| 22 | bool Initialize(CoreRef core) override { |
| 23 | PYBIND11_OVERRIDE_PURE(bool, ModuleBase, Initialize, core); |
nothing calls this directly
no outgoing calls
no test coverage detected