function

language.ref

def ref(target: str) -> R

Reference to another variable in the configuration using an OmegaConf interpolation string.

The type checker pretends the reference resolves to ``_R``; at runtime it is the raw ``${...}`` interpolation string that OmegaConf resolves later.

Source: laco/language.py:568