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

Method __init__

Lib/test/test_descr.py:5843–5846  ·  view source on GitHub ↗
(self, a, b)

Source from the content-addressed store, hash-verified

5841 ARGS = (1, 2)
5842 NEED_DICT_COPYING = True
5843 def __init__(self, a, b):
5844 super().__init__()
5845 self.a = a
5846 self.b = b
5847 def __repr__(self):
5848 return "C1(%r, %r)" % (self.a, self.b)
5849

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected