type

language.Set

class Set(_PositionalMacro[set[T]]):

Typed set macro — see module docstring fiction #5.

``L.Set[T](*args: T)`` is statically typed as ``set[T]``; at runtime the value is a :class:`DictConfig`.

Members

method

Source: laco/language.py:834