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

Class HeadlightsC

Lib/test/test_enum.py:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255try:
256 @enum.global_enum
257 class HeadlightsC(IntFlag, boundary=enum.CONFORM):
258 OFF_C = 0
259 LOW_BEAM_C = auto()
260 HIGH_BEAM_C = auto()
261 FOG_C = auto()
262except Exception as exc:
263 HeadlightsC = exc
264

Callers 1

Calls 1

autoClass · 0.90

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…