MCPcopy Index your code
hub / github.com/RustPython/RustPython / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

5604 ARGS = (1, 2)
5605 NEED_DICT_COPYING = True
5606 def __init__(self, a, b):
5607 super().__init__()
5608 self.a = a
5609 self.b = b
5610 def __repr__(self):
5611 return "C1(%r, %r)" % (self.a, self.b)
5612

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected