concepts.dm.crow.parsers.cdl_literal_parser.LiteralList#
- class LiteralList[source]#
Bases:
object
A list of literals.
Methods
Attributes
- __init__(items)#
- Parameters:
items (Tuple[bool | int | float | complex | str | LiteralList | LiteralSet, ...])
- Return type:
None
- __new__(**kwargs)#
- items: Tuple[bool | int | float | complex | str | LiteralList | LiteralSet, ...]#