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

Method __init__

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

Source from the content-addressed store, hash-verified

210 command = b"alert"
211
212 def __init__(self, protover=PROTO_VERSION):
213 super(msg_alert, self).__init__(protover)
214 self.alert = CAlert()
215
216 @classmethod
217 def msg_deser(cls, f, protover=PROTO_VERSION):

Callers

nothing calls this directly

Calls 2

CAlertClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected