Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
f81ea630
Commit
f81ea630
authored
Apr 05, 2016
by
Paul Sokolovsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/ubinascii: Document a2b_base64(), b2a_base64().
parent
de12502d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
docs/library/ubinascii.rst
docs/library/ubinascii.rst
+8
-0
No files found.
docs/library/ubinascii.rst
View file @
f81ea630
...
...
@@ -18,3 +18,11 @@ Functions
Convert hexadecimal data to binary representation. Return bytes string.
(i.e. inverse of hexlify)
.. function:: a2b_base64(data)
Convert Base64-encoded data to binary representation. Return bytes string.
.. function:: b2a_base64(data)
Encode binary data in Base64 format. Return string.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment