(self)
| 14 | self.work_executor = aimrt_py.ExecutorRef() |
| 15 | |
| 16 | def Info(self): |
| 17 | info = aimrt_py.ModuleInfo() |
| 18 | info.name = "HelloWorldModule" |
| 19 | return info |
| 20 | |
| 21 | def Initialize(self, core): |
| 22 | assert (isinstance(core, aimrt_py.CoreRef)) |
nothing calls this directly
no outgoing calls
no test coverage detected