MCPcopy Index your code
hub / github.com/RustPython/RustPython / __setattr__

Method __setattr__

Lib/importlib/metadata/__init__.py:237–238  ·  view source on GitHub ↗
(self, name, value)

Source from the content-addressed store, hash-verified

235 return self._key() == other._key()
236
237 def __setattr__(self, name, value):
238 raise AttributeError("EntryPoint objects are immutable.")
239
240 def __repr__(self):
241 return (

Callers 1

__getattribute__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected