Python API
primitives.formats.yaml.utils
Public API documentation generated from source.
def decode_yaml(yaml_data: str | memoryview | bytes | bytearray) -> Any:
def encode_yaml(raw_data: Any) -> str:
def is_yaml_data(data: Any) -> bool:def decode_yaml(yaml_data: str | memoryview | bytes | bytearray) -> Any:
def encode_yaml(raw_data: Any) -> str:
def is_yaml_data(data: Any) -> bool: