カスタムレクサーを作成中です。次に、 StyledTextCtrl.StartStyling() がテキストへのスタイルの適用を開始するために使用する方法であることがわかりましたが、マスクが何であるかわかりません。私は入力StartStyling.__doc__
してこれを手に入れました
StyledTextCtrl.StartStyling(self, int pos, int mask)
Set the current styling position to pos and the styling mask to mask.
The styling mask can be used to protect some bits in each styling byte from modification.
ここで適用されるスタイリング マスクと、どのマスク番号を指定するかを選択する方法を教えてください。