MCPcopy 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

873class WithAttrs:
874
875 def __init__(self):
876 self.a = 1
877 self.b = 2
878 self.c = 3
879 self.d = 4
880
881
882class VarSizedSubclass(tuple):

Callers 3

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected