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

Class RimeStatus

python/input_methods/rime/librime.py:111–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 ]
110
111class RimeStatus(RIME_STRUCT):
112 _fields_ = [
113 ("data_size", c_int),
114 ("schema_id", c_char_p),
115 ("schema_name", c_char_p),
116 ("is_disabled", Bool),
117 ("is_composing", Bool),
118 ("is_ascii_mode", Bool),
119 ("is_full_shape", Bool),
120 ("is_simplified", Bool),
121 ("is_traditional", Bool),
122 ("is_ascii_punct", Bool),
123 ]
124
125class RimeCandidateListIterator(Structure):
126 _fields_ = [

Callers 1

processKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected