(self, name, value)
| 130 | __slots__ = ['_cached_GetHash', '_cached__hash__'] |
| 131 | |
| 132 | def __setattr__(self, name, value): |
| 133 | raise AttributeError('Object is immutable') |
| 134 | |
| 135 | def __delattr__(self, name): |
| 136 | raise AttributeError('Object is immutable') |
no outgoing calls
no test coverage detected