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

Class NewSubEnum

Lib/test/test_enum.py:326–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324 return ''.join(reversed(self.name))
325 self.NewBaseEnum = NewBaseEnum
326 class NewSubEnum(NewBaseEnum):
327 first = auto()
328 self.NewSubEnum = NewSubEnum
329 #
330 class LazyGNV(self.enum_type):

Callers

nothing calls this directly

Calls 1

autoClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…