Esempio n. 1
0
 def __str__(self):
     """Provides just the name representation of enum."""
     return IntFlag.__str__(self)[len(self.__class__.__name__) + 1:]