docs: Add quick docs for ubinascii.

pull/1000/head
Paul Sokolovsky 2014-12-02 01:51:12 +02:00
rodzic d96a916405
commit d8fd3103fa
2 zmienionych plików z 16 dodań i 0 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -0,0 +1,15 @@
: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.