Ejemplo n.º 1
0
 def end_state(self, wrap=True, end=[''], first=None):
     # force disable text wrapping
     TextTranslator.end_state(self, wrap=False, end=end, first=first)
Ejemplo n.º 2
0
 def end_state(self, wrap=False, end=[''], first=None):
     return TextTranslator.end_state(self, wrap, end, first)