type

language.Dict

class Dict(_KeywordMacro[dict[str, T]]):

Typed mapping macro — see module docstring fiction #5.

``L.Dict[T](**kwargs: T)`` is statically typed as ``dict[str, T]``; at runtime the value is a :class:`DictConfig`.

Members

method

Source: laco/language.py:797