MCPcopy Create free account
hub / github.com/pybind/pybind11 / __init__

Method __init__

tests/test_multiple_inheritance.py:90–92  ·  view source on GitHub ↗
(self, i)

Source from the content-addressed store, hash-verified

88
89 class MI6(m.Base2, B1):
90 def __init__(self, i):
91 m.Base2.__init__(self, i)
92 B1.__init__(self)
93
94 class B2(B1):
95 def v(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected