Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ ProxyDelItem
Class
ProxyDelItem
Lib/test/test_capi/test_abstract.py:59–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
self.obj[key] = value
58
59
class
ProxyDelItem:
60
def
__init__(self, obj):
61
self.obj = obj
62
def
__delitem__(self, key):
63
del self.obj[key]
64
65
def
gen():
66
yield
'a'
Callers
2
test_object_delitem
Method · 0.85
test_mapping_delitemstring
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_object_delitem
Method · 0.68
test_mapping_delitemstring
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…