MCPcopy Create free account
hub / github.com/EasyIME/PIME / rimeGetString

Function rimeGetString

python/input_methods/rime/librime.py:278–280  ·  view source on GitHub ↗
(config, name)

Source from the content-addressed store, hash-verified

276 rime.join_maintenance_thread()
277
278def rimeGetString(config, name):
279 cstring = rime.config_get_cstring(config, name.encode("UTF-8"))
280 return cstring.decode("UTF-8") if cstring else ""
281
282def rimeSelectSchema(session_id, schema_id):
283 rime.select_schema(session_id, schema_id)

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected