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

Function PyCoreCreateModule

src/runtime/python_runtime/export_core_runtime.h:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36inline aimrt::CoreRef PyCoreCreateModule(
37 aimrt::runtime::core::AimRTCore& core, std::string_view module_name) {
38 return aimrt::CoreRef(core.GetModuleManager().CreateModule("core-py", module_name));
39}
40
41inline void ExportCore(pybind11::object m) {
42 using aimrt::runtime::core::AimRTCore;

Callers

nothing calls this directly

Calls 2

CoreRefClass · 0.85
CreateModuleMethod · 0.45

Tested by

no test coverage detected