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

Method Start

src/runtime/python_runtime/export_module_base.h:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 bool Start() override {
27 PYBIND11_OVERRIDE_PURE(bool, ModuleBase, Start);
28 }
29
30 void Shutdown() override {
31 PYBIND11_OVERRIDE_PURE(void, ModuleBase, Shutdown);

Callers 1

PyCoreStartFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected