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

Method setter

Lib/test/test_property.py:208–209  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

206 return 42
207
208 def setter(self, value):
209 pass
210
211 class A:
212 @property

Callers 1

test_gh_115618Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected