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

Method join

qa/rpc-tests/test_framework/script.py:683–685  ·  view source on GitHub ↗
(self, iterable)

Source from the content-addressed store, hash-verified

681 raise TypeError('Can not add a %r instance to a CScript' % other.__class__)
682
683 def join(self, iterable):
684 # join makes no sense for a CScript()
685 raise NotImplementedError
686
687 def __new__(cls, value=b''):
688 if isinstance(value, bytes) or isinstance(value, bytearray):

Callers 15

qt_translations.pyFile · 0.80
bufreverseFunction · 0.80
wordreverseFunction · 0.80
gen-tor-ips.pyFile · 0.80
determine_db_dirFunction · 0.80
read_bitcoin_configFunction · 0.80
process_nodesFunction · 0.80
mainFunction · 0.80
filterbyasnFunction · 0.80
security-check.pyFile · 0.80
optimize-pngs.pyFile · 0.80
read_librariesFunction · 0.80

Calls

no outgoing calls

Tested by 2

report_rpc_coverageMethod · 0.64