MCPcopy Index your code
hub / github.com/python/cpython / TestMixedStrFunction

Class TestMixedStrFunction

Lib/test/test_enum.py:1171–1172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1169
1170
1171class TestMixedStrFunction(_EnumTests, _MixedOutputTests, unittest.TestCase):
1172 enum_type = Enum('enum_type', type=str)
1173
1174
1175class TestMixedIntFlagClass(_EnumTests, _MixedOutputTests, _FlagTests, unittest.TestCase):

Callers

nothing calls this directly

Calls 1

EnumClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…