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

Method iconcat

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

Source from the content-addressed store, hash-verified

2696 assert 0xdd not in a
2697
2698 def iconcat(b, a): # MODIFIES!
2699 c = bytearray(b'0' * 0x400000)
2700 b.wait()
2701 a += c
2702
2703 def irepeat(b, a): # MODIFIES!
2704 b.wait()

Callers 2

test_inplaceMethod · 0.80

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected