---------------------------------------------------------------------- This is the API documentation for the gdtest_md_no_widget library. ---------------------------------------------------------------------- ## Functions Public functions encode(data: str) -> bytes Encode a string to bytes. Parameters ---------- data The string to encode. Returns ------- bytes The encoded bytes. decode(data: bytes) -> str Decode bytes to a string. Parameters ---------- data The bytes to decode. Returns ------- str The decoded string.