hydra.dsl.lib.text module

DSL functions for hydra.overlay.python.lib.text.

hydra.dsl.lib.text.decode_utf8(bytes: TypedTerm[bytes]) TypedTerm[object]

DSL reference to hydra.overlay.python.lib.text.decodeUtf8.

hydra.dsl.lib.text.encode_utf8(text: TypedTerm[str]) TypedTerm[bytes]

DSL reference to hydra.overlay.python.lib.text.encodeUtf8.