We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96a916 commit d8fd310Copy full SHA for d8fd310
2 files changed
docs/library/index.rst
@@ -38,6 +38,7 @@ it will fallback to loading the built-in ``ujson`` module.
38
.. toctree::
39
:maxdepth: 1
40
41
+ ubinascii.rst
42
uhashlib.rst
43
uheapq.rst
44
ujson.rst
docs/library/ubinascii.rst
@@ -0,0 +1,15 @@
1
+:mod:`ubinascii` -- binary/ASCII conversions
2
+============================================
3
+
4
+.. module:: ubinascii
5
+ :synopsis: binary/ASCII conversions
6
7
+This module implements conversions between binary data and various
8
+encodings of it in ASCII form (in both directions).
9
10
+Functions
11
+---------
12
13
+.. function:: hexlify(data)
14
15
+ Convert binary data to hexadecimal representation. Return bytes string.
0 commit comments