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

Function _pystr2cstr

simcore/framework/src/api/python/txsim_module.py:296–297  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

294
295
296def _pystr2cstr(s):
297 return c_char_p(s.encode('utf-8'))
298
299
300_tadsim_install_dir = os.getenv("TADSIM")

Callers 15

serveMethod · 0.85
get_parameterMethod · 0.85
subscribeMethod · 0.85
publishMethod · 0.85
subscribe_shmemMethod · 0.85
publish_shmemMethod · 0.85
publish_messageMethod · 0.85
stop_scenarioMethod · 0.85
set_feedbackMethod · 0.85

Calls 1

encodeMethod · 0.80

Tested by

no test coverage detected