Helper lib for yaml.
load_from_path(file: Path) → Any
load_from_path.
Args:
file
(Path): file
Returns:
Union[List, Dict]
: yaml doc
load_from_bytes(sio: bytes) → Any
load_from_bytes.
Args:
sio
(bytes): sio
Returns:
Union[List, Dict]
: value
dump_to_file_open(obj: Any, file: <class 'IO'>)
dump_to_file_open.
Args:
obj
(Any): objfile
(BinaryIO): file
dump_to_text(obj: Any) → str
dump_to_text.
Args:
obj
(Any): obj
Returns:
str
: yaml text output
This file was automatically generated via lazydocs.