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