function

language.pairs

def pairs(node: DictConfig | typing.Mapping) -> typing.Iterator[tuple[str, typing.Any]]

Key-value pairs from a configuration node, where special keys are ignored.

Source: laco/language.py:525