MCPcopy Create free account
hub / github.com/AimRT/AimRT / Info

Method Info

src/examples/py/helloworld/helloworld_module.py:16–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected