type

language.Tuple

class Tuple:

Typed heterogeneous tuple macro — see module docstring fiction #5.

Uses :pep:`646` ``TypeVarTuple`` so ``L.Tuple(1, "a", 1.0)`` is statically typed as ``tuple[int, str, float]``; at runtime the value is a :class:`DictConfig`.

Members

method

Source: laco/language.py:854