concepts.pdsketch.parsers.pdsketch_v3_parser.CSList#

class CSList[source]#

Bases: object

A comma-separated list of something.

Methods

Attributes

items

__init__(items)#
Parameters:

items (Tuple[Any, ...]) –

Return type:

None

__new__(**kwargs)#
items: Tuple[Any, ...]#