Skip to content
Snippets Groups Projects
Commit d8fd3103 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs: Add quick docs for ubinascii.

parent d96a9164
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ it will fallback to loading the built-in ``ujson`` module.
.. toctree::
:maxdepth: 1
ubinascii.rst
uhashlib.rst
uheapq.rst
ujson.rst
......
:mod:`ubinascii` -- binary/ASCII conversions
============================================
.. module:: ubinascii
:synopsis: binary/ASCII conversions
This module implements conversions between binary data and various
encodings of it in ASCII form (in both directions).
Functions
---------
.. function:: hexlify(data)
Convert binary data to hexadecimal representation. Return bytes string.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment