MCPcopy Index your code
hub / github.com/petertodd/python-bitcoinlib / __init__

Method __init__

bitcoin/core/__init__.py:311–312  ·  view source on GitHub ↗
(self, vtxinwit=())

Source from the content-addressed store, hash-verified

309 __slots__ = ['vtxinwit']
310
311 def __init__(self, vtxinwit=()):
312 object.__setattr__(self, 'vtxinwit', vtxinwit)
313
314 def is_null(self):
315 for n in range(len(self.vtxinwit)):

Callers

nothing calls this directly

Calls 1

__setattr__Method · 0.80

Tested by

no test coverage detected