Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/test/test_class.py:875–879 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
873
class
WithAttrs:
874
875
def
__init__(self):
876
self.a = 1
877
self.b = 2
878
self.c = 3
879
self.d = 4
880
881
882
class
VarSizedSubclass(tuple):
Callers
3
testConstructorErrorMessages
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected