MCPcopy 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
59class ProxyDelItem:
60 def __init__(self, obj):
61 self.obj = obj
62 def __delitem__(self, key):
63 del self.obj[key]
64
65def gen():
66 yield 'a'

Callers 2

test_object_delitemMethod · 0.85

Calls

no outgoing calls

Tested by 2

test_object_delitemMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…