MCPcopy 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
133try:
134 class Name(StrEnum):
135 BDFL = 'Guido van Rossum'
136 FLUFL = 'Barry Warsaw'
137except Exception as exc:
138 Name = exc
139

Callers 1

test_subclassingMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_subclassingMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…