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

Method __init__

bitcoin/core/script.py:819–820  ·  view source on GitHub ↗
(self, stack=())

Source from the content-addressed store, hash-verified

817 __slots__ = ['stack']
818
819 def __init__(self, stack=()):
820 object.__setattr__(self, 'stack', stack)
821
822 def __len__(self):
823 return len(self.stack)

Callers 1

__init__Method · 0.45

Calls 1

__setattr__Method · 0.80

Tested by

no test coverage detected