MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / join

Method join

test/functional/test_framework/script.py:465–467  ·  view source on GitHub ↗
(self, iterable)

Source from the content-addressed store, hash-verified

463 raise NotImplementedError
464
465 def join(self, iterable):
466 # join makes no sense for a CScript()
467 raise NotImplementedError
468
469 def __new__(cls, value=b''):
470 if isinstance(value, bytes) or isinstance(value, bytearray):

Callers 15

get_rpc_cookieFunction · 0.80
getFirstBlockFileIdFunction · 0.80
read_xor_keyFunction · 0.80
writeBlockMethod · 0.80
inFileNameMethod · 0.80
security-check.pyFile · 0.80
symbol-check.pyFile · 0.80
mainFunction · 0.80
files_are_equalFunction · 0.80
verify_binary_hashesFunction · 0.80

Calls

no outgoing calls

Tested by 15

mainFunction · 0.64
mainFunction · 0.64
merge_inputsFunction · 0.64
jobFunction · 0.64
test_oneMethod · 0.64
test_empty_asmapMethod · 0.64
test_importdescMethod · 0.64
test_getrpcinfoMethod · 0.64