MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __setattr__

Method __setattr__

tools/python-3.11.9-amd64/Lib/uuid.py:277–278  ·  view source on GitHub ↗
(self, name, value)

Source from the content-addressed store, hash-verified

275 return '%s(%r)' % (self.__class__.__name__, str(self))
276
277 def __setattr__(self, name, value):
278 raise TypeError('UUID objects are immutable')
279
280 def __str__(self):
281 hex = '%032x' % self.int

Callers 3

_dataclass_setstateFunction · 0.45
__init__Method · 0.45
__setstate__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected