/usr/lib/python2.7/site-packages/requests
Edit: /usr/lib/python2.7/site-packages/requests/_internal_utils.pyc (1499B)
ó
ęČ[c @ s; d Z d d l m Z m Z m Z d d Z d Z d S( s®
requests._internal_utils
~~~~~~~~~~~~~~
Provides utility functions that are consumed internally by Requests
which depend on extremely few external helpers (such as compat)
i ( t is_py2t builtin_strt strt asciic C sC t | t r | } n' t r0 | j | } n | j | } | S( sĖ Given a string object, regardless of type, returns a representation of
that string in the native string type, encoding and decoding where
necessary. This assumes ASCII unless told otherwise.
( t
isinstanceR R t encodet decode( t stringt encodingt out( ( s<