Ejemplo n.º 1
0
 def html(self, string):
     return self.string(html_format(string), escape=False)
Ejemplo n.º 2
0
 def _html(self, item):
     return html_format(unescape(item))
Ejemplo n.º 3
0
 def _html(self, item):
     return html_format(unescape(item))