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

Method __init__

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

Source from the content-addressed store, hash-verified

269 command = b"notfound"
270
271 def __init__(self, protover=PROTO_VERSION):
272 super(msg_notfound, self).__init__(protover)
273 self.inv = []
274
275 @classmethod
276 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