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

Class ProxySetItem

Lib/test/test_capi/test_abstract.py:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 return self.obj[key]
52
53class ProxySetItem:
54 def __init__(self, obj):
55 self.obj = obj
56 def __setitem__(self, key, value):
57 self.obj[key] = value
58
59class ProxyDelItem:
60 def __init__(self, obj):

Callers 2

test_object_setitemMethod · 0.85

Calls

no outgoing calls

Tested by 2

test_object_setitemMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…