MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / set_feedback

Method set_feedback

simcore/framework/src/api/python/txsim_module.py:242–244  ·  view source on GitHub ↗
(self, key, value)

Source from the content-addressed store, hash-verified

240 self.cbs = cbs
241 # 设置反馈信息
242 def set_feedback(self, key, value):
243 _StopHelper.FUNC_SET_FEEDBACK(self.cbs[1])(
244 self.data, _pystr2cstr(key), _pystr2cstr(value))
245
246 FUNC_SET_FEEDBACK = CFUNCTYPE(None, c_void_p, c_char_p, c_char_p)
247

Callers 1

WritePbMethod · 0.45

Calls 1

_pystr2cstrFunction · 0.85

Tested by

no test coverage detected