MCPcopy 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
20class BaseClass(object):
21 def __init__(self):
22 self._spam = 5
23
24 @property
25 def spam(self):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected