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

Method join

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

Source from the content-addressed store, hash-verified

426 raise TypeError('Can not add a %r instance to a CScript' % other.__class__)
427
428 def join(self, iterable):
429 # join makes no sense for a CScript()
430 raise NotImplementedError
431
432 def __new__(cls, value=b''):
433 if isinstance(value, bytes) or isinstance(value, bytearray):

Callers 15

hex_switchEndianFunction · 0.80
get_rpc_cookieFunction · 0.80
hex_switchEndianFunction · 0.80
bufreverseFunction · 0.80
wordreverseFunction · 0.80
writeBlockMethod · 0.80
inFileNameMethod · 0.80
process_nodesFunction · 0.80
mainFunction · 0.80
filterbyasnFunction · 0.80
security-check.pyFile · 0.80
optimize-pngs.pyFile · 0.80

Calls

no outgoing calls

Tested by 15

mainFunction · 0.64
bctesterFunction · 0.64
bctestFunction · 0.64
setUpMethod · 0.64
test_height_minMethod · 0.64
mainFunction · 0.64
run_testsFunction · 0.64
check_script_prefixesFunction · 0.64
report_rpc_coverageMethod · 0.64
mainMethod · 0.64