We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8e775 commit 5e7fa7cCopy full SHA for 5e7fa7c
docs/library/ubinascii.rst
@@ -10,10 +10,16 @@ encodings of it in ASCII form (in both directions).
10
Functions
11
---------
12
13
-.. function:: hexlify(data)
+.. function:: hexlify(data, [sep])
14
15
Convert binary data to hexadecimal representation. Return bytes string.
16
17
+ .. admonition:: Difference to CPython
18
+ :class: attention
19
+
20
+ If additional argument, `sep` is supplied, it is used as a seperator
21
+ between hexadecimal values.
22
23
.. function:: unhexlify(data)
24
25
Convert hexadecimal data to binary representation. Return bytes string.
0 commit comments