| 1177 | |
| 1178 | |
| 1179 | class TestMixedIntFlagFunction(_EnumTests, _MixedOutputTests, _FlagTests, unittest.TestCase): |
| 1180 | enum_type = Flag('enum_type', type=int) |
| 1181 | |
| 1182 | |
| 1183 | class TestMixedDateClass(_EnumTests, _MixedOutputTests, unittest.TestCase): |
nothing calls this directly
no test coverage detected
searching dependent graphs…