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

Method __init__

bitcoin/messages.py:232–234  ·  view source on GitHub ↗
(self, protover=PROTO_VERSION)

Source from the content-addressed store, hash-verified

230 command = b"inv"
231
232 def __init__(self, protover=PROTO_VERSION):
233 super(msg_inv, self).__init__(protover)
234 self.inv = []
235
236 @classmethod
237 def msg_deser(cls, f, protover=PROTO_VERSION):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected