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

Method getter

Lib/test/test_property.py:205–206  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

203
204 def test_property_name(self):
205 def getter(self):
206 return 42
207
208 def setter(self, value):
209 pass

Callers 3

test_gh_115618Method · 0.45
test_docstring_copy2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected