Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/test/test_property.py:21–22 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
19
20
class
BaseClass(object):
21
def
__init__(self):
22
self._spam = 5
23
24
@property
25
def
spam(self):
Callers
1
test_refleaks_in___init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected