micropython-lib/python-stdlib/base64
Yu Ting 41aa257a31 base64: Implement custom maketrans and translate methods.
Re-implemented bytes.maketrans() and bytes.translate() as there are no such
functions in MicroPython.
2023-12-20 12:26:13 +11:00
..
base64.py base64: Implement custom maketrans and translate methods. 2023-12-20 12:26:13 +11:00
manifest.py base64: Implement custom maketrans and translate methods. 2023-12-20 12:26:13 +11:00
test_base64.py all: Run black over all code. 2021-05-27 15:50:04 +10:00