Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ name
Method
name
Lib/enum.py:1320–1322 ·
view source on GitHub ↗
The name of the Enum member.
(self)
Source
from the content-addressed store, hash-verified
1318
1319
@property
1320
def
name(self):
1321
""
"The name of the Enum member."
""
1322
return
self._name_
1323
1324
@property
1325
def
value(self):
Callers
1
builtin_str_unicode.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected