Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __setattr__
Method
__setattr__
Lib/importlib/metadata/__init__.py:304–305 ·
view source on GitHub ↗
(self, name, value)
Source
from the content-addressed store, hash-verified
302
return
self._key() == other._key()
303
304
def
__setattr__(self, name, value):
305
raise
AttributeError(
"EntryPoint objects are immutable."
)
306
307
def
__repr__(self):
308
return
(
Callers
1
__getattribute__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected