• Home
  • Raw
  • Download

Lines Matching full:like

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
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 length 2 which
62 :exc:`TypeError` if *altchars* is not a :term:`bytes-like object`.
67 Decode the Base64 encoded :term:`bytes-like object` or ASCII string
70 Optional *altchars* must be a :term:`bytes-like object` or ASCII string
89 Encode :term:`bytes-like object` *s* using the standard Base64 alphabet
95 Decode :term:`bytes-like object` or ASCII string *s* using the standard
101 Encode :term:`bytes-like object` *s* using the
110 Decode :term:`bytes-like object` or ASCII string *s*
119 Encode the :term:`bytes-like object` *s* using Base32 and return the
125 Decode the Base32 encoded :term:`bytes-like object` or ASCII string *s* and
167 Encode the :term:`bytes-like object` *s* using Base16 and return the
173 Decode the Base16 encoded :term:`bytes-like object` or ASCII string *s* and
187 Encode the :term:`bytes-like object` *b* using Ascii85 and return the
209 Decode the Ascii85 encoded :term:`bytes-like object` or ASCII string *b* and
219 *ignorechars* should be a :term:`bytes-like object` or ASCII string
229 Encode the :term:`bytes-like object` *b* using base85 (as used in e.g.
240 Decode the base85-encoded :term:`bytes-like object` or ASCII string *b* and
259 Decode the :term:`bytes-like object` *s*, which must contain one or more
277 Encode the :term:`bytes-like object` *s*, which can contain arbitrary binary