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

Method __init__

bitcoin/core/script.py:499–501  ·  view source on GitHub ↗
(self, msg, data)

Source from the content-addressed store, hash-verified

497class CScriptTruncatedPushDataError(CScriptInvalidError):
498 """Invalid pushdata due to truncation"""
499 def __init__(self, msg, data):
500 self.data = data
501 super(CScriptTruncatedPushDataError, self).__init__(msg)
502
503class CScript(bytes):
504 """Serialized script

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected