MCPcopy
hub / github.com/petertodd/python-bitcoinlib / join

Method join

bitcoin/core/script.py:540–542  ·  view source on GitHub ↗
(self, iterable)

Source from the content-addressed store, hash-verified

538 raise TypeError('Can not add a %r instance to a CScript' % other.__class__)
539
540 def join(self, iterable):
541 # join makes no sense for a CScript()
542 raise NotImplementedError
543
544 def __new__(cls, value=b''):
545 if isinstance(value, bytes) or isinstance(value, bytearray):

Callers 10

setup.pyFile · 0.80
bech32_encodeFunction · 0.80
__init__Method · 0.80
encodeFunction · 0.80
__new__Method · 0.80
__repr__Method · 0.80
__repr__Method · 0.80
__repr__Method · 0.80
ripemd160Function · 0.80
parse_scriptFunction · 0.80

Calls

no outgoing calls

Tested by 1

parse_scriptFunction · 0.64