| 1161 | |
| 1162 | |
| 1163 | class TestMixedIntFunction(_EnumTests, _MixedOutputTests, unittest.TestCase): |
| 1164 | enum_type = Enum('enum_type', type=int) |
| 1165 | |
| 1166 | |
| 1167 | class TestMixedStrClass(_EnumTests, _MixedOutputTests, unittest.TestCase): |
nothing calls this directly
no test coverage detected
searching dependent graphs…