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

Method replace

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

Source from the content-addressed store, hash-verified

2605 a.join([b'1', b'2', b'3'])
2606
2607 def replace(b, a):
2608 b.wait()
2609 a.replace(b'0', b'')
2610
2611 def maketrans(b, a, c):
2612 b.wait()

Callers 15

test_basicsMethod · 0.45
test_replace_methodMethod · 0.45
test_namedtupleMethod · 0.45
test_dataclassMethod · 0.45
escapestrFunction · 0.45
check_encodingMethod · 0.45
test_localeMethod · 0.45
create_moduleMethod · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected