Home
Python API

primitives.formats.hcl

Public API documentation generated from source.
def decode_hcl2(hcl2_data: str | memoryview | bytes | bytearray) -> Any:
def encode_hcl2(data: Any) -> str:

Source

View source