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

Class TestMixedIntFunction

Lib/test/test_enum.py:1163–1164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1161
1162
1163class TestMixedIntFunction(_EnumTests, _MixedOutputTests, unittest.TestCase):
1164 enum_type = Enum('enum_type', type=int)
1165
1166
1167class TestMixedStrClass(_EnumTests, _MixedOutputTests, 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…