You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
398 B
16 lines
398 B
10 years ago
|
: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.
|