syside.ide.SemanticTokenModifiersSet

class SemanticTokenModifiersSet

Fixed-size bitset of SemanticTokenModifiers for easier use with LSP serialization.

Initialization

Construct an empty set.

__int__() int
static __len__() int
__getitem__(arg: syside.ide.lsp.SemanticTokenModifiers, /) bool
__getitem__(arg: int, /) bool
__setitem__(arg0: syside.ide.lsp.SemanticTokenModifiers, arg1: bool, /) None
__setitem__(arg0: int, arg1: bool, /) None
__str__() str
__eq__(arg: object, /) bool
__ne__(arg: object, /) bool
__cpp_name__: str = 'syside::ide::SemanticTokenModifiersSet'