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

Method remove

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

Source from the content-addressed store, hash-verified

2561 a.extend(c)
2562
2563 def remove(b, a): # MODIFIES!
2564 c = ord('0')
2565 b.wait()
2566 try: a.remove(c)
2567 except ValueError: pass
2568
2569 def reverse(b, a): # modifies inplace
2570 b.wait()

Callers 15

test_legacy_finalizerMethod · 0.45
tearDownMethod · 0.45
make_scriptMethod · 0.45
test_directoryMethod · 0.45
test_args_stringMethod · 0.45
test_call_stringMethod · 0.45
tearDownMethod · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected