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

Class Color

Lib/test/test_enum.py:3538–3542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3536
3537 def test_same_members(self):
3538 class Color(Enum):
3539 _order_ = 'red green blue'
3540 red = 1
3541 green = 2
3542 blue = 3
3543
3544 def test_same_members_with_aliases(self):
3545 class Color(Enum):

Callers 7

test_extendingMethod · 0.70
test_missing_overrideMethod · 0.70
test_aliasesMethod · 0.70
test_aliasesMethod · 0.70

Calls

no outgoing calls

Tested by 7

test_extendingMethod · 0.56
test_missing_overrideMethod · 0.56
test_aliasesMethod · 0.56
test_aliasesMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…