is_composing property

is_composing property

true if the key event occurs as part of a composition session, i.e., after a compositionstart event and before the corresponding compositionend event. The un-initialized value of this attribute MUST be false.

Definition:

@property
def is_composing(self):
    ...
@is_composing.setter
def is_composing(self, value):
    ...

See Also