MCPcopy Index your code
hub / github.com/python/cpython / extend

Method extend

Lib/test/test_bytes.py:2558–2561  ·  view source on GitHub ↗
(b, a)

Source from the content-addressed store, hash-verified

2556 a.insert(0, 0)
2557
2558 def extend(b, a): # MODIFIES!
2559 c = bytearray(b'0' * 0x400000)
2560 b.wait()
2561 a.extend(c)
2562
2563 def remove(b, a): # MODIFIES!
2564 c = ord('0')

Callers 15

copy_replaceMethod · 0.45
_format_mapdictFunction · 0.45
_connected_pairMethod · 0.45
python_cmdFunction · 0.45
list_casesFunction · 0.45
run_testsFunction · 0.45
runMethod · 0.45
check_errorMethod · 0.45
open_fdsMethod · 0.45
next_set_methodMethod · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected