Salome HOME
F.R: - correction bug sur opérateur strictement réentrant (ex:DEFI_GROUP)
[tools/eficas.git] / Ihm / I_ASSD.py
1
2 class ASSD:
3    def __repr__(self):
4       return "concept %s de type %s" % (self.get_name(),self.__class__.__name__)