def __str__(self):
     """
     Override in super class for more informative string representations
     """
     return PCFGTree.__str__(self)
Ejemplo n.º 2
0
 def __str__(self):
     """
     Override in super class for more informative string representations
     """
     return PCFGTree.__str__(self)