Lines Matching refs:term
28 supports encoding :term:`bytes-like objects <bytes-like object>` to ASCII
29 :class:`bytes`, and decoding :term:`bytes-like objects <bytes-like object>` or
34 provide functions for encoding and decoding to and from :term:`file objects
46 Any :term:`bytes-like objects <bytes-like object>` are now accepted by all
53 Encode the :term:`bytes-like object` *s* using Base64 and return the encoded
56 Optional *altchars* must be a :term:`bytes-like object` of at least
65 Decode the Base64 encoded :term:`bytes-like object` or ASCII string
68 Optional *altchars* must be a :term:`bytes-like object` or ASCII string of
84 Encode :term:`bytes-like object` *s* using the standard Base64 alphabet
90 Decode :term:`bytes-like object` or ASCII string *s* using the standard
96 Encode :term:`bytes-like object` *s* using the
105 Decode :term:`bytes-like object` or ASCII string *s*
114 Encode the :term:`bytes-like object` *s* using Base32 and return the
120 Decode the Base32 encoded :term:`bytes-like object` or ASCII string *s* and
141 Encode the :term:`bytes-like object` *s* using Base16 and return the
147 Decode the Base16 encoded :term:`bytes-like object` or ASCII string *s* and
161 Encode the :term:`bytes-like object` *b* using Ascii85 and return the
183 Decode the Ascii85 encoded :term:`bytes-like object` or ASCII string *b* and
193 *ignorechars* should be a :term:`bytes-like object` or ASCII string
203 Encode the :term:`bytes-like object` *b* using base85 (as used in e.g.
214 Decode the base85-encoded :term:`bytes-like object` or ASCII string *b* and
226 data to the *output* file. *input* and *output* must be :term:`file objects
233 Decode the :term:`bytes-like object` *s*, which must contain one or more
248 encoded data to the *output* file. *input* and *output* must be :term:`file
257 Encode the :term:`bytes-like object` *s*, which can contain arbitrary binary