| 304 | self.NewStrEnum = NewStrEnum |
| 305 | # |
| 306 | class NewFormatEnum(self.enum_type): |
| 307 | def __format__(self, spec): |
| 308 | return self.name.upper() |
| 309 | first = auto() |
| 310 | self.NewFormatEnum = NewFormatEnum |
| 311 | # |
| 312 | class NewStrFormatEnum(self.enum_type): |
nothing calls this directly
no test coverage detected
searching dependent graphs…