Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/petertodd/python-bitcoinlib
/ __repr__
Method
__repr__
bitcoin/core/__init__.py:330–331 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
328
self.vtxinwit[i].stream_serialize(f)
329
330
def
__repr__(self):
331
return
"CTxWitness(%s)"
% (
','
.join(repr(w)
for
w in self.vtxinwit))
332
333
@classmethod
334
def
from_txwitness(cls, txwitness):
Callers
nothing calls this directly
Calls
1
join
Method · 0.80
Tested by
no test coverage detected