Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ remove
Method
remove
Lib/collections/__init__.py:1369–1370 ·
view source on GitHub ↗
(self, item)
Source
from the content-addressed store, hash-verified
1367
return
self.data.pop(i)
1368
1369
def
remove(self, item):
1370
self.data.remove(item)
1371
1372
def
clear(self):
1373
self.data.clear()
Callers
4
test_implementation
Method · 0.95
_yield_finished_futures
Function · 0.45
as_completed
Function · 0.45
wait
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_implementation
Method · 0.76