MCPcopy Index your code
hub / github.com/RustPython/RustPython / 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 4

test_subclassingMethod · 0.70
ast_from_objectMethod · 0.50
constant_to_ruff_exprFunction · 0.50

Calls

no outgoing calls

Tested by 2

test_subclassingMethod · 0.56