a /hH @ s. d Z ddlmZmZmZ d ddZdd ZdS ) z requests._internal_utils ~~~~~~~~~~~~~~ Provides utility functions that are consumed internally by Requests which depend on extremely few external helpers (such as compat) )is_py2builtin_strstrasciic C s. t | tr| }ntr | |}n | |}|S )zGiven 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. ) isinstancer r encodedecode)stringencodingout r