Searched refs:substitute_html (Results 1 – 4 of 4) sorted by relevance
121 self.assertEqual(self.sub.substitute_html(s),129 self.assertEqual(self.sub.substitute_html(dammit.markup),178 self.assertEqual(self.sub.substitute_html(text), text)
110 def substitute_html(cls, ns): member in HTMLAwareEntitySubstitution112 ns, EntitySubstitution.substitute_html)142 "html" : HTMLAwareEntitySubstitution.substitute_html,148 "html" : EntitySubstitution.substitute_html,
180 def substitute_html(cls, s): member in EntitySubstitution
2168 "html" formatter is ``EntitySubstitution.substitute_html``, and the2178 return EntitySubstitution.substitute_html(str.upper())