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

Method Shutdown

src/runtime/python_runtime/export_module_base.h:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 void Shutdown() override {
31 PYBIND11_OVERRIDE_PURE(void, ModuleBase, Shutdown);
32 }
33};
34
35inline void ExportModuleBase(pybind11::object m) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected