Exemplo n.º 1
0
 def __init__(self, stream, display_text) :
     Token.__init__(self, stream)
     self.display_text = display_text
     self.insides = None
     self.close = None
Exemplo n.º 2
0
 def __init__(self, stream, display_text) :
     Token.__init__(self, stream)
     self.display_text = display_text
     self.trailingspace = " "
Exemplo n.º 3
0
 def __init__(self, stream, display_text) :
     Token.__init__(self, stream)
     self.display_text = display_text
Exemplo n.º 4
0
 def __init__(self, math) :
     Token.__init__(self, None)
     self.math = math