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

Method join

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

Source from the content-addressed store, hash-verified

693 raise TypeError('Can not add a %r instance to a CScript' % other.__class__)
694
695 def join(self, iterable):
696 # join makes no sense for a CScript()
697 raise NotImplementedError
698
699 def __new__(cls, value=b''):
700 if isinstance(value, bytes) or isinstance(value, bytearray):

Callers 15

mainFunction · 0.45
bctestFunction · 0.45
setup_chainMethod · 0.45
test_runner.pyFile · 0.45
get_socket_inodesFunction · 0.45
__repr__Method · 0.45
__repr__Method · 0.45
__new__Method · 0.45
__repr__Method · 0.45
stopMethod · 0.45
mainMethod · 0.45
_initialize_chainMethod · 0.45

Calls

no outgoing calls

Tested by 5

mainFunction · 0.36
bctestFunction · 0.36
mainMethod · 0.36
_initialize_chainMethod · 0.36
__init__Method · 0.36