Skip to main content

SelectorList.elements

SelectorList.elements: list[selector]
The list of selector elements in this selector list. At this time, this cannot be empty, i.e. a selector list is never empty.

SelectorList.type

SelectorList.type: None | int
The type that this selector list evaluates to, and the type that each selector in the list evaluates to. At this time, this cannot be SELECTOR_LIST, i.e. selector lists do not nest.