Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ __set_name__
Method
__set_name__
tools/python-3.11.9-amd64/Lib/enum.py:229–231 ·
view source on GitHub ↗
(self, ownerclass, name)
Source
from the content-addressed store, hash-verified
227
return
self.fdel(instance)
228
229
def
__set_name__(self, ownerclass, name):
230
self.name = name
231
self.clsname = ownerclass.__name__
232
233
234
class
_proto_member:
Callers
2
__set_name__
Method · 0.45
convert_class
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected