Example #1
0
 def depart_problematic(self, node):
     if not self._is_text_wrapper(node):
         return HTMLTranslator.depart_problematic(self, node)
 def depart_problematic(self, node):
     if not self._is_text_wrapper(node):
         return HTMLTranslator.depart_problematic(self, node)