Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_115618
Method · 0.45
test_property_setname_on_property_subclass
Method · 0.45
test_docstring_copy2
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected