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

Method Info

src/runtime/python_runtime/export_module_base.h:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected