Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ number
Class
number
Lib/test/test_enum.py:1955–1958 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1953
1954
def
test_intenum_transitivity(self):
1955
class
number(IntEnum):
1956
one = 1
1957
two = 2
1958
three = 3
1959
class
numero(IntEnum):
1960
uno = 1
1961
dos = 2
Callers
1
bin_random_mixed_op
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…