Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_inspect_getsource_issue4223
Method · 0.45
test_doctest_issue4197
Method · 0.45
test_legacy_finalizer
Method · 0.45
test_legacy_finalizer_newclass
Method · 0.45
tearDown
Method · 0.45
make_script
Method · 0.45
test_directory
Method · 0.45
test_handles_closed_on_exception
Method · 0.45
test_args_string
Method · 0.45
test_call_string
Method · 0.45
tearDown
Method · 0.45
test_subclass_with_custom_hash
Method · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected