Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/petertodd/python-bitcoinlib
/ __init__
Method
__init__
bitcoin/messages.py:377–379 ·
view source on GitHub ↗
(self, protover=PROTO_VERSION)
Source
from the content-addressed store, hash-verified
375
command = b
"block"
376
377
def
__init__(self, protover=PROTO_VERSION):
378
super(msg_block, self).__init__(protover)
379
self.block = CBlock()
380
381
@classmethod
382
def
msg_deser(cls, f, protover=PROTO_VERSION):
Callers
nothing calls this directly
Calls
2
CBlock
Class · 0.85
__init__
Method · 0.45
Tested by
no test coverage detected