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

Function get_python_module_info

bmf/c_modules/test/test_python_module.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void get_python_module_info(JsonParam &node_param, std::string &module_name,
38 std::string &option) {
39 // dump_node_json(node_param);
40 node_param.get_string("module", module_name);
41 JsonParam node_option_json;
42 node_param.get_object("option", node_option_json);
43 option = node_option_json.dump();
44}
45
46void create_python_module_from_string(
47 std::string module_name, std::string option,

Callers 2

thread_decodeFunction · 0.85
TESTFunction · 0.85

Calls 3

get_stringMethod · 0.80
get_objectMethod · 0.80
dumpMethod · 0.45

Tested by

no test coverage detected