hydra.overlay.python.lib.functions module

Python implementations of hydra.overlay.python.lib.functions primitives.

hydra.overlay.python.lib.functions.absurd(v: A) B

Eliminate a value of the uninhabited void type. Unreachable in any well-typed program.

hydra.overlay.python.lib.functions.identity(a: A) A

Return a value unchanged.