type

language.List

class List(_PositionalMacro[list[T]]):

Typed homogeneous list macro — see module docstring fiction #5.

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

Members

method

Source: laco/language.py:876