concepts.dm.crow.parsers.cdl_parser.CSList#

class CSList[source]#

Bases: object

A comma-separated list of something.

Methods

Attributes

__init__(items)#
Parameters:

items (Tuple[Any, ...])

Return type:

None

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