def undecoded_html(message): """ This method is similar to :class:`Text.html` but it doesn't try to decode the returned text. """ return Text.undecoded(message, ['text/html'])