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

Method __init__

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

Source from the content-addressed store, hash-verified

768 def __new__(cls, *args, **kwargs):
769 super().__new__(cls, *args, **kwargs)
770 def __init__(self, *args, **kwargs):
771 super().__init__(*args, **kwargs)
772
773 error_msg = r'object.__new__\(\) takes exactly one argument \(the type to instantiate\)'
774

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected