Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Name
Class
Name
Lib/test/test_enum.py:134–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
# for pickle test and subclass tests
133
try
:
134
class
Name(StrEnum):
135
BDFL =
'Guido van Rossum'
136
FLUFL =
'Barry Warsaw'
137
except
Exception
as
exc:
138
Name = exc
139
Callers
1
test_subclassing
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_subclassing
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…