Module tenlib.transform.base64
Handles base64 encoding/decoding.
Functions
def encode(data: bytes) ‑> str
def decode(data: bytes) ‑> bytes
def read(data: bytes) ‑> bytes
def write(data: bytes) ‑> str
tenlib.transform.base64
Handles base64 encoding/decoding.
def encode(data: bytes) ‑> str
def decode(data: bytes) ‑> bytes
def read(data: bytes) ‑> bytes
def write(data: bytes) ‑> str