type

language.LacoParam

class LacoParam:

Runtime wrapper produced by :func:`param`.

Carries the default value plus optional CLI metadata (help, name, choices, validator). ``laco app`` reads these to build argparse flags; ``laco.load`` unwraps the instance to its :attr:`default` in the :class:`~omegaconf.DictConfig`.

Members

method

Source: laco/language.py:1392