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

Method value

Lib/enum.py:1353–1355  ·  view source on GitHub ↗

The value of the Enum member.

(self)

Source from the content-addressed store, hash-verified

1351
1352 @property
1353 def value(self):
1354 """The value of the Enum member."""
1355 return self._value_
1356
1357
1358class ReprEnum(Enum):

Callers 1

_dummy_keyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected