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

Method Initialize

src/runtime/python_runtime/export_module_base.h:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 bool Initialize(CoreRef core) override {
23 PYBIND11_OVERRIDE_PURE(bool, ModuleBase, Initialize, core);
24 }
25
26 bool Start() override {
27 PYBIND11_OVERRIDE_PURE(bool, ModuleBase, Start);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected