mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 18:00:48 +02:00
16 lines
398 B
ReStructuredText
16 lines
398 B
ReStructuredText
: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.
|