MCPcopy
hub / github.com/petertodd/python-bitcoinlib / __setattr__

Method __setattr__

bitcoin/core/serialize.py:132–133  ·  view source on GitHub ↗
(self, name, value)

Source from the content-addressed store, hash-verified

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')

Callers 15

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
stream_deserializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected