MCPcopy Create free account
hub / github.com/BabitMF/bmf / PythonModule

Method PythonModule

bmf/engine/connector/src/builder.cpp:554–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554Node Stream::PythonModule(const std::vector<Stream> &inStreams,
555 std::string const &moduleName,
556 const bmf_sdk::JsonParam &option,
557 std::string const &alias,
558 std::string const &modulePath,
559 std::string const &moduleEntry,
560 InputManagerType inputStreamManager, int scheduler) {
561 return ConnectNewModule(alias, option, inStreams, moduleName, Python,
562 modulePath, moduleEntry, inputStreamManager,
563 scheduler);
564}
565
566Node Stream::GoModule(const std::vector<Stream> &inStreams,
567 std::string const &moduleName,

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64