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

Method __set__

Lib/test/test_opcache.py:100–101  ·  view source on GitHub ↗
(self, instance, value)

Source from the content-addressed store, hash-verified

98 return False
99
100 def __set__(self, instance, value):
101 return None
102
103 def f():
104 return Class.attribute

Callers 1

test_monkeypatchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected