MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

Lib/test/test_class.py:786–787  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

784 # Class that only overrides __init__
785 class E:
786 def __init__(self, *args, **kwargs):
787 super().__init__(*args, **kwargs)
788
789 error_msg = r'object.__init__\(\) takes exactly one argument \(the instance to initialize\)'
790

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected