MCPcopy Create free account
hub / github.com/LUX-Core/lux / join

Method join

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

Source from the content-addressed store, hash-verified

687 raise TypeError('Can not add a %r instance to a CScript' % other.__class__)
688
689 def join(self, iterable):
690 # join makes no sense for a CScript()
691 raise NotImplementedError
692
693 def __new__(cls, value=b''):
694 if isinstance(value, bytes) or isinstance(value, bytearray):

Callers 15

get_socket_inodesFunction · 0.45
test_framework.pyFile · 0.45
run_testMethod · 0.45
util.pyFile · 0.45
initialize_datadirFunction · 0.45
initialize_chainFunction · 0.45
start_nodeFunction · 0.45
log_filenameFunction · 0.45
keypool.pyFile · 0.45
rpcbind_test.pyFile · 0.45
setup_networkMethod · 0.45
get_socket_inodesFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainMethod · 0.36