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

Class TestMixedIntFlagFunction

Lib/test/test_enum.py:1179–1180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1177
1178
1179class TestMixedIntFlagFunction(_EnumTests, _MixedOutputTests, _FlagTests, unittest.TestCase):
1180 enum_type = Flag('enum_type', type=int)
1181
1182
1183class TestMixedDateClass(_EnumTests, _MixedOutputTests, unittest.TestCase):

Callers

nothing calls this directly

Calls 1

FlagClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…