concepts.dm.crow.parsers.crow_parser.LiteralSet#

class LiteralSet[source]#

Bases: object

A set of literals.

Methods

Attributes

items

__init__(items)#
Parameters:

items (Set[bool | int | float | complex | str]) –

Return type:

None

__new__(**kwargs)#
items: Set[bool | int | float | complex | str]#