Ejemplo n.º 1
0
 def __str__(self):
     """
     """
     outstr = _Alignment.__str__(self)
     if self._secStruct:
         outstr+='\n'+str(self._secStruct)
     return outstr