Skip to content

Commit f81ea63

Browse files
committed
docs/ubinascii: Document a2b_base64(), b2a_base64().
1 parent de12502 commit f81ea63

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/library/ubinascii.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,11 @@ Functions
1818

1919
Convert hexadecimal data to binary representation. Return bytes string.
2020
(i.e. inverse of hexlify)
21+
22+
.. function:: a2b_base64(data)
23+
24+
Convert Base64-encoded data to binary representation. Return bytes string.
25+
26+
.. function:: b2a_base64(data)
27+
28+
Encode binary data in Base64 format. Return string.

0 commit comments

Comments
 (0)