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
5e7fa7c8
Commit
5e7fa7c8
authored
Apr 07, 2016
by
Paul Sokolovsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/ubinascii: Document non-standard "sep" argument to hexlify().
parent
8a8e7750
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
docs/library/ubinascii.rst
docs/library/ubinascii.rst
+7
-1
No files found.
docs/library/ubinascii.rst
View file @
5e7fa7c8
...
...
@@ -10,10 +10,16 @@ encodings of it in ASCII form (in both directions).
Functions
---------
.. function:: hexlify(data)
.. function:: hexlify(data
, [sep]
)
Convert binary data to hexadecimal representation. Return bytes string.
.. admonition:: Difference to CPython
:class: attention
If additional argument, `sep` is supplied, it is used as a seperator
between hexadecimal values.
.. function:: unhexlify(data)
Convert hexadecimal data to binary representation. Return bytes 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