concepts.pdsketch.parsers.pdsketch_v3_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, ...]#