Skip to main content

STRUCT_TYPE_TOKENS

Static STRUCT_TYPE_TOKENS 

Source
pub static STRUCT_TYPE_TOKENS: LazyLock<HashSet<TokenType>>
Expand description

STRUCT_TYPE_TOKENS: Tokens that represent struct-like types Python: STRUCT_TYPE_TOKENS = {TokenType.FILE, TokenType.NESTED, TokenType.OBJECT, …}